availabilityZones

@JvmName(name = "gplcowmflsmfreyq")
suspend fun availabilityZones(value: Output<List<String>>)
@JvmName(name = "inpwtviataghacqe")
suspend fun availabilityZones(value: List<String>?)

Parameters

value

List of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not considered.


@JvmName(name = "rgdqlnsktlqkepyh")
suspend fun availabilityZones(vararg values: Output<String>)


@JvmName(name = "wkoiqsaogrjkejqy")
suspend fun availabilityZones(values: List<Output<String>>)
@JvmName(name = "vphermgltwfpjnjo")
suspend fun availabilityZones(vararg values: String)

Parameters

values

List of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not considered.