zones

@JvmName(name = "ysapfbafcimatiti")
suspend fun zones(value: Output<List<Either<String, Zone>>>)
@JvmName(name = "yfwmismdnvajhqqe")
suspend fun zones(value: List<Either<String, Zone>>?)

Parameters

value

List of availability zones that resources can be created in.


@JvmName(name = "iyhkrmfskkttisce")
suspend fun zones(vararg values: Output<Either<String, Zone>>)


@JvmName(name = "dipvqqbnemeuwwhg")
suspend fun zones(values: List<Output<Either<String, Zone>>>)
@JvmName(name = "wxudjhviraangbfl")
suspend fun zones(vararg values: Either<String, Zone>)

Parameters

values

List of availability zones that resources can be created in.