globalSecondaryIndexes

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


@JvmName(name = "vvoyxhavabicjiss")
suspend fun globalSecondaryIndexes(values: List<Output<TableGlobalSecondaryIndexArgs>>)
@JvmName(name = "vcmyorkchscruaei")
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 = "mdsrxtlkunwucvgl")
suspend fun globalSecondaryIndexes(argument: List<suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "baighluqwytkcker")
suspend fun globalSecondaryIndexes(vararg argument: suspend TableGlobalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "oritvhewboxhqxvt")
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.