zones

@JvmName(name = "omsisidrwmcivxgx")
suspend fun zones(value: Output<List<String>>)
@JvmName(name = "pocqaykjaugjrdbt")
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.

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


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


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

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