GetAvailabilityZonesResult

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.

Constructors

Link copied to clipboard
constructor(allAvailabilityZones: Boolean? = null, excludeNames: List<String>? = null, excludeZoneIds: List<String>? = null, filters: List<GetAvailabilityZonesFilter>? = null, groupNames: List<String>, id: String, names: List<String>, state: String? = null, zoneIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val excludeNames: List<String>? = null
Link copied to clipboard
val excludeZoneIds: List<String>? = null
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.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of the Availability Zone names available to the account.

Link copied to clipboard
val state: String? = null
Link copied to clipboard

List of the Availability Zone IDs available to the account.