excludeZones

@JvmName(name = "rbjwmdtqqqrijeof")
suspend fun excludeZones(value: Output<List<String>>)
@JvmName(name = "vgkvqvqrsukklvhe")
suspend fun excludeZones(value: List<String>?)

Parameters

value

This property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any', availability zone selected by the system must not be present in the list of availability zones passed with 'excludeZones'. If 'excludeZones' is not provided, all availability zones in region will be considered for selection.


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


@JvmName(name = "dkumthvyvqryrpuv")
suspend fun excludeZones(values: List<Output<String>>)
@JvmName(name = "pvxwibijchiltcsp")
suspend fun excludeZones(vararg values: String)

Parameters

values

This property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any', availability zone selected by the system must not be present in the list of availability zones passed with 'excludeZones'. If 'excludeZones' is not provided, all availability zones in region will be considered for selection.