regionList

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

Parameters

value

Specifies the AWS Regions that the keyspace is replicated in. You must specify at least two Regions, including the Region that the keyspace is being created in. To specify a Region that's disabled by default , you must first enable the Region. For more information, see Multi-Region replication in AWS Regions disabled by default in the Amazon Keyspaces Developer Guide .


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


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

Parameters

values

Specifies the AWS Regions that the keyspace is replicated in. You must specify at least two Regions, including the Region that the keyspace is being created in. To specify a Region that's disabled by default , you must first enable the Region. For more information, see Multi-Region replication in AWS Regions disabled by default in the Amazon Keyspaces Developer Guide .