local Secondary Indexes
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.
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.
suspend fun localSecondaryIndexes(argument: List<suspend TableLocalSecondaryIndexArgsBuilder.() -> Unit>)
suspend fun localSecondaryIndexes(vararg 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.