Current section
Files
Jump to
Current section
Files
include/aws@services@dynamodb_CreateGlobalSecondaryIndexAction.hrl
-record(create_global_secondary_index_action, {
index_name :: gleam@option:option(binary()),
key_schema :: gleam@option:option(list(aws@services@dynamodb:key_schema_element())),
on_demand_throughput :: gleam@option:option(aws@services@dynamodb:on_demand_throughput()),
projection :: gleam@option:option(aws@services@dynamodb:projection()),
provisioned_throughput :: gleam@option:option(aws@services@dynamodb:provisioned_throughput()),
warm_throughput :: gleam@option:option(aws@services@dynamodb:warm_throughput())
}).