global Secondary Indexes
Parameters
value
Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc. See below.
Parameters
values
Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc. See below.
suspend fun globalSecondaryIndexes(argument: List<suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit>)
suspend fun globalSecondaryIndexes(vararg argument: suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit)
suspend fun globalSecondaryIndexes(argument: suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit)
Parameters
argument
Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc. See below.