Get Availability Zones Result
data class GetAvailabilityZonesResult(val allAvailabilityZones: Boolean? = null, val excludeNames: List<String>? = null, val excludeZoneIds: List<String>? = null, val filters: List<GetAvailabilityZonesFilter>? = null, val groupNames: List<String>, val id: String, val names: List<String>, val state: String? = null, val zoneIds: List<String>)
A collection of values returned by getAvailabilityZones.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A set of the Availability Zone Group names. For Availability Zones, this is the same value as the Region name. For Local Zones, the name of the associated group, for example us-west-2-lax-1
.