localSecondaryIndexes

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


@JvmName(name = "yurtcimbinbjbege")
suspend fun localSecondaryIndexes(values: List<Output<TableLocalSecondaryIndexArgs>>)
@JvmName(name = "nlmboglhdcpfejqe")
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 = "qdspvlyuanbusdbj")
suspend fun localSecondaryIndexes(argument: List<suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit>)
@JvmName(name = "qdewyqgcodirxsap")
suspend fun localSecondaryIndexes(vararg argument: suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit)
@JvmName(name = "jfrkelxristcsrky")
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.