Amazonite::DynamoDBV2::TableCreationParameters
Inherits JSON::Serializable < Reference < Object
Constructors
new(table_name : String, attribute_definitions : Array(AttributeDefinition), key_schema : Array(KeySchemaElement), billing_mode : BillingMode | Nil = nil, provisioned_throughput : ProvisionedThroughput | Nil = nil, sse_specification : SSESpecification | Nil = nil, global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
attribute_definitions
Sourcebilling_mode
Sourcebilling_mode=(billing_mode : BillingMode | Nil)
Sourceglobal_secondary_indexes
Sourcekey_schema
Sourceprovisioned_throughput
Sourceprovisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
Sourcesse_specification
Sourcesse_specification=(sse_specification : SSESpecification | Nil)
Sourcetable_name
Source