localSecondaryIndexes

@JvmName(name = "dpewltsrsctqlrpc")
suspend fun localSecondaryIndexes(value: Output<List<GlobalTableLocalSecondaryIndexArgs>>)
@JvmName(name = "tvxfikwhxaykwhdu")
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 = "gcdwjcrlxuntccii")
suspend fun localSecondaryIndexes(vararg values: Output<GlobalTableLocalSecondaryIndexArgs>)


@JvmName(name = "qddpmckehoisagxr")
suspend fun localSecondaryIndexes(values: List<Output<GlobalTableLocalSecondaryIndexArgs>>)
@JvmName(name = "yvcxlllgprqmlxyl")
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 = "djqgiuyjjosoqhbl")
suspend fun localSecondaryIndexes(argument: List<suspend GlobalTableLocalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "vnxlkbniilklgxvn")
suspend fun localSecondaryIndexes(vararg argument: suspend GlobalTableLocalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "wbwavwtijmqyvbfy")
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.