class Amazonite::DynamoDBV2::TableCreationParameters

Included Modules

Defined in:

dynamodb_v2/table_creation_parameters.cr

Constructors

Instance Method Summary

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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def attribute_definitions : Array(AttributeDefinition) #

[View source]
def attribute_definitions=(attribute_definitions : Array(AttributeDefinition)) #

[View source]
def billing_mode : BillingMode | Nil #

[View source]
def billing_mode=(billing_mode : BillingMode | Nil) #

[View source]
def global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil #

[View source]
def global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil) #

[View source]
def key_schema : Array(KeySchemaElement) #

[View source]
def key_schema=(key_schema : Array(KeySchemaElement)) #

[View source]
def provisioned_throughput : ProvisionedThroughput | Nil #

[View source]
def provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil) #

[View source]
def sse_specification : SSESpecification | Nil #

[View source]
def sse_specification=(sse_specification : SSESpecification | Nil) #

[View source]
def table_name : String #

[View source]
def table_name=(table_name : String) #

[View source]