globalSecondaryIndexes

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


@JvmName(name = "wjrtdbhnyglxhpjf")
suspend fun globalSecondaryIndexes(values: List<Output<TableGlobalSecondaryIndexArgs>>)
@JvmName(name = "dxstntupnpigyeac")
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 = "wysduxdapjxkxssn")
suspend fun globalSecondaryIndexes(argument: List<suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "bxdvqbeivnffqumr")
suspend fun globalSecondaryIndexes(vararg argument: suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "jeqnjwafuyrlwiys")
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.