zones

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

Parameters

value

Specifies a list of Availability Zones in which this Public IP Prefix should be located. Changing this forces a new Public IP Prefix to be created.

Note: Availability Zones are only supported in several regions at this time.


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


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

Parameters

values

Specifies a list of Availability Zones in which this Public IP Prefix should be located. Changing this forces a new Public IP Prefix to be created.

Note: Availability Zones are only supported in several regions at this time.