globalSecondaryIndexes

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


@JvmName(name = "llehypuoaqlqaqsu")
suspend fun globalSecondaryIndexes(values: List<Output<TableGlobalSecondaryIndexArgs>>)
@JvmName(name = "ynnnleosprdgxgah")
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 = "fafxoqbbamkmuuqd")
suspend fun globalSecondaryIndexes(argument: List<suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "mphhvdxmodfodhnp")
suspend fun globalSecondaryIndexes(vararg argument: suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "tbpmjqsidyrrexhk")
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.