class Amazonite::DynamoDBV2::TableCreationParameters
- Amazonite::DynamoDBV2::TableCreationParameters
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/table_creation_parameters.crConstructors
- .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)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #attribute_definitions : Array(AttributeDefinition)
- #attribute_definitions=(attribute_definitions : Array(AttributeDefinition))
- #billing_mode : BillingMode | Nil
- #billing_mode=(billing_mode : BillingMode | Nil)
- #global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil
- #global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil)
- #key_schema : Array(KeySchemaElement)
- #key_schema=(key_schema : Array(KeySchemaElement))
- #provisioned_throughput : ProvisionedThroughput | Nil
- #provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
- #sse_specification : SSESpecification | Nil
- #sse_specification=(sse_specification : SSESpecification | Nil)
- #table_name : String
- #table_name=(table_name : String)
Constructor Detail
def self.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)
#
Instance Method Detail
def global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil)
#