zones

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

Parameters

value

Availability Zones to use for this capacity reservation group. The zones can be assigned only during creation. If not provided, the group supports only regional resources in the region. If provided, enforces each capacity reservation in the group to be in one of the zones.


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


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

Parameters

values

Availability Zones to use for this capacity reservation group. The zones can be assigned only during creation. If not provided, the group supports only regional resources in the region. If provided, enforces each capacity reservation in the group to be in one of the zones.