class Aws::DynamoDB::Types::TableCreationParameters


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/TableCreationParameters AWS API Documentation
@return [Array<Types::GlobalSecondaryIndex>]
part of the import operation.
The Global Secondary Indexes (GSI) of the table to be created as
@!attribute [rw] global_secondary_indexes
@return [Types::SSESpecification]
Represents the settings used to enable server-side encryption.
@!attribute [rw] sse_specification
@return [Types::ProvisionedThroughput]<br>: docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html<br><br><br><br>Developer Guide*.
[Service, Account, and Table Quotas] in the *Amazon DynamoDB
For current minimum and maximum provisioned throughput values, see
operation.
or index. The settings can be modified using the ‘UpdateTable`
Represents the provisioned throughput settings for a specified table
@!attribute [rw] provisioned_throughput
@return [String]
import operation.
The billing mode for provisioning the table created as part of the
@!attribute [rw] billing_mode
@return [Array<Types::KeySchemaElement>]
the import operation.
The primary key and option sort key of the table created as part of
@!attribute [rw] key_schema
@return [Array<Types::AttributeDefinition>]
The attributes of the table created as part of the import operation.
@!attribute [rw] attribute_definitions
@return [String]
The name of the table created as part of the import operation.
@!attribute [rw] table_name
The parameters for the table created as part of the import operation.