globalSecondaryIndexes

@JvmName(name = "aovwfdpfgpopwpmn")
suspend fun globalSecondaryIndexes(value: Output<List<TableGlobalSecondaryIndexArgs>>)
@JvmName(name = "kpadmuxyptgcmbby")
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 = "fkrufmxcucadeklc")
suspend fun globalSecondaryIndexes(vararg values: Output<TableGlobalSecondaryIndexArgs>)


@JvmName(name = "wrfbeapuiumpwfqt")
suspend fun globalSecondaryIndexes(values: List<Output<TableGlobalSecondaryIndexArgs>>)
@JvmName(name = "natgntvjydeqebic")
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 = "qiwnhtcledirdugd")
suspend fun globalSecondaryIndexes(argument: List<suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "lymhhqajthjdhgfh")
suspend fun globalSecondaryIndexes(vararg argument: suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "jowtcgagjyvtphyh")
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.