You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDB::Types::CreateGlobalTableInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateGlobalTableInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  global_table_name: "TableName", # required
  replication_group: [ # required
    {
      region_name: "RegionName",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_nameString

The global table name.

Returns:

  • (String)

    The global table name.

#replication_groupArray<Types::Replica>

The Regions where the global table needs to be created.

Returns:

  • (Array<Types::Replica>)

    The Regions where the global table needs to be created.