zones

@JvmName(name = "grkiohqwidngblfx")
suspend fun zones(value: Output<List<String>>)
@JvmName(name = "eaodxmknhehlpadu")
suspend fun zones(value: List<String>?)

Parameters

value

A list of Availability Zones in which this NAT Gateway should be located. Changing this forces a new NAT Gateway to be created.

Note: Only one Availability Zone can be defined. For more information, please check out the Azure documentation


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


@JvmName(name = "ctltadgxkgqiumil")
suspend fun zones(values: List<Output<String>>)
@JvmName(name = "ufiegcmtwbwcgkme")
suspend fun zones(vararg values: String)

Parameters

values

A list of Availability Zones in which this NAT Gateway should be located. Changing this forces a new NAT Gateway to be created.

Note: Only one Availability Zone can be defined. For more information, please check out the Azure documentation