class

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

attribute_definitions
Source
attribute_definitions=(attribute_definitions : Array(AttributeDefinition))
Source
billing_mode
Source
billing_mode=(billing_mode : BillingMode | Nil)
Source
global_secondary_indexes
Source
global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil)
Source
key_schema
Source
key_schema=(key_schema : Array(KeySchemaElement))
Source
provisioned_throughput
Source
provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
Source
sse_specification
Source
sse_specification=(sse_specification : SSESpecification | Nil)
Source
table_name
Source
table_name=(table_name : String)
Source