localSecondaryIndexes

@JvmName(name = "gdtrowmbvnyphpbs")
suspend fun localSecondaryIndexes(value: Output<List<GlobalTableLocalSecondaryIndexArgs>>)
@JvmName(name = "gjqehcjvohjvvekt")
suspend fun localSecondaryIndexes(value: List<GlobalTableLocalSecondaryIndexArgs>?)

Parameters

value

Local secondary indexes to be created on the table. You can create up to five local secondary indexes. Each index is scoped to a given hash key value. The size of each hash key can be up to 10 gigabytes. Each replica in your global table will have the same local secondary index settings.


@JvmName(name = "ymxkraybajplkesm")
suspend fun localSecondaryIndexes(vararg values: Output<GlobalTableLocalSecondaryIndexArgs>)


@JvmName(name = "psqgepcndvnavdqs")
suspend fun localSecondaryIndexes(values: List<Output<GlobalTableLocalSecondaryIndexArgs>>)
@JvmName(name = "vtaugtpctxobevbj")
suspend fun localSecondaryIndexes(vararg values: GlobalTableLocalSecondaryIndexArgs)

Parameters

values

Local secondary indexes to be created on the table. You can create up to five local secondary indexes. Each index is scoped to a given hash key value. The size of each hash key can be up to 10 gigabytes. Each replica in your global table will have the same local secondary index settings.


@JvmName(name = "vrqrhlxryfhrodau")
suspend fun localSecondaryIndexes(argument: List<suspend GlobalTableLocalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "rkkcpfkhnxvpepnb")
suspend fun localSecondaryIndexes(vararg argument: suspend GlobalTableLocalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "eqgujugigchryunf")
suspend fun localSecondaryIndexes(argument: suspend GlobalTableLocalSecondaryIndexArgsBuilder.() -> Unit)

Parameters

argument

Local secondary indexes to be created on the table. You can create up to five local secondary indexes. Each index is scoped to a given hash key value. The size of each hash key can be up to 10 gigabytes. Each replica in your global table will have the same local secondary index settings.