localSecondaryIndexes

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


@JvmName(name = "oftlgevmnuknsiqa")
suspend fun localSecondaryIndexes(values: List<Output<TableLocalSecondaryIndexArgs>>)
@JvmName(name = "cgqdxvfefmypwpem")
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 = "pjprycyrjyphasqh")
suspend fun localSecondaryIndexes(argument: List<suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "omrymbcriglcesrl")
suspend fun localSecondaryIndexes(vararg argument: suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "ddmuhcxphbmfpqqk")
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.