class Aws::DynamoDB::Types::CreateGlobalTableInput

@note When making an API call, you may pass CreateGlobalTableInput

data as a hash:

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

@!attribute [rw] global_table_name

The global table name.
@return [String]

@!attribute [rw] replication_group

The Regions where the global table needs to be created.
@return [Array<Types::Replica>]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/CreateGlobalTableInput AWS API Documentation

Constants

SENSITIVE