localSecondaryIndexes

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

Parameters

value

Describe an LSI on the table; these can only be allocated at creation so you cannot change this definition after you have created the resource. See below.


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


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

Parameters

values

Describe an LSI on the table; these can only be allocated at creation so you cannot change this definition after you have created the resource. See below.


@JvmName(name = "eucrnheiwxrcpvbs")
suspend fun localSecondaryIndexes(argument: List<suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "gpesfdmwybjxtsua")
suspend fun localSecondaryIndexes(vararg argument: suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "vmaawtadtwsnvaij")
suspend fun localSecondaryIndexes(argument: suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit)

Parameters

argument

Describe an LSI on the table; these can only be allocated at creation so you cannot change this definition after you have created the resource. See below.