globalSecondaryIndexes

@JvmName(name = "nhulebduuewpmhnm")
suspend fun globalSecondaryIndexes(value: Output<List<TableGlobalSecondaryIndexArgs>>)
@JvmName(name = "dwfixntaqewqemdm")
suspend fun globalSecondaryIndexes(value: List<TableGlobalSecondaryIndexArgs>?)

Parameters

value

Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc. See below.


@JvmName(name = "wrxxrmekjsgsklag")
suspend fun globalSecondaryIndexes(vararg values: Output<TableGlobalSecondaryIndexArgs>)


@JvmName(name = "uotoaisrvergxuly")
suspend fun globalSecondaryIndexes(values: List<Output<TableGlobalSecondaryIndexArgs>>)
@JvmName(name = "cyoodghevvgjscgr")
suspend fun globalSecondaryIndexes(vararg values: TableGlobalSecondaryIndexArgs)

Parameters

values

Describe a GSI for the table; subject to the normal limits on the number of GSIs, projected attributes, etc. See below.


@JvmName(name = "fybtxmgvprddcgtq")
suspend fun globalSecondaryIndexes(argument: List<suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "kcusaenysndjkogm")
suspend fun globalSecondaryIndexes(vararg argument: suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "idenhuqipmujafwg")
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.