global Secondary Indexes
suspend fun globalSecondaryIndexes(value: Output<List<GlobalTableReplicaGlobalSecondaryIndexSpecificationArgs>>)
suspend fun globalSecondaryIndexes(value: List<GlobalTableReplicaGlobalSecondaryIndexSpecificationArgs>?)
Parameters
value
Defines additional settings for the global secondary indexes of this replica.
suspend fun globalSecondaryIndexes(vararg values: Output<GlobalTableReplicaGlobalSecondaryIndexSpecificationArgs>)
suspend fun globalSecondaryIndexes(values: List<Output<GlobalTableReplicaGlobalSecondaryIndexSpecificationArgs>>)
suspend fun globalSecondaryIndexes(vararg values: GlobalTableReplicaGlobalSecondaryIndexSpecificationArgs)
Parameters
values
Defines additional settings for the global secondary indexes of this replica.
suspend fun globalSecondaryIndexes(argument: List<suspend GlobalTableReplicaGlobalSecondaryIndexSpecificationArgsBuilder.() -> Unit>)
suspend fun globalSecondaryIndexes(vararg argument: suspend GlobalTableReplicaGlobalSecondaryIndexSpecificationArgsBuilder.() -> Unit)
suspend fun globalSecondaryIndexes(argument: suspend GlobalTableReplicaGlobalSecondaryIndexSpecificationArgsBuilder.() -> Unit)
Parameters
argument
Defines additional settings for the global secondary indexes of this replica.