preferredAvailabilityZones

@JvmName(name = "auwdqnoxyqubntij")
suspend fun preferredAvailabilityZones(value: Output<List<String>>)
@JvmName(name = "idpwooysptebhgtu")
suspend fun preferredAvailabilityZones(value: List<String>?)

Parameters

value

List of the Availability Zones in which cache nodes are created. If you are creating your cluster in an Amazon VPC you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group. The number of Availability Zones listed must equal the value of num_cache_nodes. If you want all the nodes in the same Availability Zone, use availability_zone instead, or repeat the Availability Zone multiple times in the list. Default: System chosen Availability Zones. Detecting drift of existing node availability zone is not currently supported. Updating this argument by itself to migrate existing node availability zones is not currently supported and will show a perpetual difference.


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


@JvmName(name = "csafpmqdprxbbbna")
suspend fun preferredAvailabilityZones(values: List<Output<String>>)
@JvmName(name = "khcucwumtchlrsqk")
suspend fun preferredAvailabilityZones(vararg values: String)

Parameters

values

List of the Availability Zones in which cache nodes are created. If you are creating your cluster in an Amazon VPC you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group. The number of Availability Zones listed must equal the value of num_cache_nodes. If you want all the nodes in the same Availability Zone, use availability_zone instead, or repeat the Availability Zone multiple times in the list. Default: System chosen Availability Zones. Detecting drift of existing node availability zone is not currently supported. Updating this argument by itself to migrate existing node availability zones is not currently supported and will show a perpetual difference.