regionList

@JvmName(name = "kiowodudwtwoqgvs")
suspend fun regionList(value: Output<List<KeyspaceRegionListItem>>)
@JvmName(name = "syaoueaxawxhrsff")
suspend fun regionList(value: List<KeyspaceRegionListItem>?)

Parameters

value

Specifies the AWS Regions that the keyspace is replicated in. You must specify at least two and up to six Regions, including the Region that the keyspace is being created in.


@JvmName(name = "ggjrmrfdcbdoqquj")
suspend fun regionList(vararg values: Output<KeyspaceRegionListItem>)


@JvmName(name = "ojoctveshufqsrwy")
suspend fun regionList(values: List<Output<KeyspaceRegionListItem>>)
@JvmName(name = "nxnlxjnapcjvkmgq")
suspend fun regionList(vararg values: KeyspaceRegionListItem)

Parameters

values

Specifies the AWS Regions that the keyspace is replicated in. You must specify at least two and up to six Regions, including the Region that the keyspace is being created in.