zones

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

Parameters

value

List of availability zones that resources can be created in.


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


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

Parameters

values

List of availability zones that resources can be created in.