zones

@JvmName(name = "rvpwdooglejtfnei")
suspend fun zones(value: Output<List<String>>)
@JvmName(name = "jfgohuhcxchebslb")
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 = "nadxvoaivhdebkom")
suspend fun zones(vararg values: Output<String>)


@JvmName(name = "oahmwuvtxarirerb")
suspend fun zones(values: List<Output<String>>)
@JvmName(name = "egugkokhqldfjnji")
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