localSecondaryIndexes

@JvmName(name = "wwfdsiabchbybytt")
suspend fun localSecondaryIndexes(value: Output<List<LocalSecondaryIndexArgs>>)
@JvmName(name = "ymxymgltnbttwsml")
suspend fun localSecondaryIndexes(value: List<LocalSecondaryIndexArgs>?)

Parameters

value

Local secondary indexes to be created on the table. You can create up to 5 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.


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


@JvmName(name = "exftubqhddqgiixv")
suspend fun localSecondaryIndexes(values: List<Output<LocalSecondaryIndexArgs>>)
@JvmName(name = "sdbhsbjacknplknn")
suspend fun localSecondaryIndexes(vararg values: LocalSecondaryIndexArgs)

Parameters

values

Local secondary indexes to be created on the table. You can create up to 5 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.


@JvmName(name = "wbrlubmxywdeqcxg")
suspend fun localSecondaryIndexes(argument: List<suspend LocalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "rusceclhykihaugh")
suspend fun localSecondaryIndexes(vararg argument: suspend LocalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "yqygavjkwwelsrqg")
suspend fun localSecondaryIndexes(argument: suspend LocalSecondaryIndexArgsBuilder.() -> Unit)

Parameters

argument

Local secondary indexes to be created on the table. You can create up to 5 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.