Skip to main content

include/aws@services@dynamodb_GlobalSecondaryIndex.hrl

-record(global_secondary_index, {
    index_name :: binary(),
    key_schema :: list(aws@services@dynamodb:key_schema_element()),
    on_demand_throughput :: gleam@option:option(aws@services@dynamodb:on_demand_throughput()),
    projection :: aws@services@dynamodb:projection(),
    provisioned_throughput :: gleam@option:option(aws@services@dynamodb:provisioned_throughput()),
    warm_throughput :: gleam@option:option(aws@services@dynamodb:warm_throughput())
}).