localSecondaryIndexes

@JvmName(name = "vjlghlljhfnubajy")
suspend fun localSecondaryIndexes(value: Output<List<TableLocalSecondaryIndexArgs>>)
@JvmName(name = "snwgbdctsbngbdac")
suspend fun localSecondaryIndexes(value: List<TableLocalSecondaryIndexArgs>?)

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 = "cdipfvcopeypsvnw")
suspend fun localSecondaryIndexes(vararg values: Output<TableLocalSecondaryIndexArgs>)


@JvmName(name = "nsrvjsnhevtlrity")
suspend fun localSecondaryIndexes(values: List<Output<TableLocalSecondaryIndexArgs>>)
@JvmName(name = "gkisyumtfhvahogm")
suspend fun localSecondaryIndexes(vararg values: TableLocalSecondaryIndexArgs)

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 = "jlybarmtndikbtdc")
suspend fun localSecondaryIndexes(argument: List<suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "wcagcrlcvmrnuiee")
suspend fun localSecondaryIndexes(vararg argument: suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "comifsfjrphrownk")
suspend fun localSecondaryIndexes(argument: suspend TableLocalSecondaryIndexArgsBuilder.() -> 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.