zones

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

Parameters

value

Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone.


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


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

Parameters

values

Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone.