localSecondaryIndexes

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


@JvmName(name = "jyjghboqrukogmtg")
suspend fun localSecondaryIndexes(values: List<Output<GlobalTableLocalSecondaryIndexArgs>>)
@JvmName(name = "qnbuckanwosdwsvl")
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 = "ehwvtmhwupddfdju")
suspend fun localSecondaryIndexes(argument: List<suspend GlobalTableLocalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "coorhuiokctxqion")
suspend fun localSecondaryIndexes(vararg argument: suspend GlobalTableLocalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "taawjdbuwcycjoqy")
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.