availabilityZones

@JvmName(name = "ixlxquyxhqukaynw")
suspend fun availabilityZones(value: Output<List<String>>)
@JvmName(name = "xdxnshhwonecwpan")
suspend fun availabilityZones(value: List<String>?)

Parameters

value

List of one or more availability zones for the group. Used for EC2-Classic, attaching a network interface via id from a launch template and default subnets when not specified with vpc_zone_identifier argument. Conflicts with vpc_zone_identifier.


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


@JvmName(name = "fapbqqxncfuifegv")
suspend fun availabilityZones(values: List<Output<String>>)
@JvmName(name = "kxayumlhqdykqcph")
suspend fun availabilityZones(vararg values: String)

Parameters

values

List of one or more availability zones for the group. Used for EC2-Classic, attaching a network interface via id from a launch template and default subnets when not specified with vpc_zone_identifier argument. Conflicts with vpc_zone_identifier.