localSecondaryIndexes

@JvmName(name = "qmgntyvqlcbtglex")
suspend fun localSecondaryIndexes(value: Output<List<TableLocalSecondaryIndexArgs>>)
@JvmName(name = "kmwgiwxnbdhluvja")
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 = "jmfkghtlrppwakbv")
suspend fun localSecondaryIndexes(vararg values: Output<TableLocalSecondaryIndexArgs>)


@JvmName(name = "ghfsfepmhwqvhhgh")
suspend fun localSecondaryIndexes(values: List<Output<TableLocalSecondaryIndexArgs>>)
@JvmName(name = "crbqkxyhdunhucdu")
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 = "modiqeqgidromaen")
suspend fun localSecondaryIndexes(argument: List<suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "sggwyusumdqphcai")
suspend fun localSecondaryIndexes(vararg argument: suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "bmlrmmphdxiwjrdy")
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.