GetAvailabilityZoneResult

data class GetAvailabilityZoneResult(val allAvailabilityZones: Boolean? = null, val filters: List<GetAvailabilityZoneFilter>? = null, val groupName: String, val id: String, val name: String, val nameSuffix: String, val networkBorderGroup: String, val optInStatus: String, val parentZoneId: String, val parentZoneName: String, val region: String, val state: String, val zoneId: String, val zoneType: String)

A collection of values returned by getAvailabilityZone.

Constructors

Link copied to clipboard
constructor(allAvailabilityZones: Boolean? = null, filters: List<GetAvailabilityZoneFilter>? = null, groupName: String, id: String, name: String, nameSuffix: String, networkBorderGroup: String, optInStatus: String, parentZoneId: String, parentZoneName: String, region: String, state: String, zoneId: String, zoneType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard

Part of the AZ name that appears after the region name, uniquely identifying the AZ within its region. For Availability Zones this is usually a single letter, for example a for the us-west-2a zone. For Local and Wavelength Zones this is a longer string, for example wl1-sfo-wlz-1 for the us-west-2-wl1-sfo-wlz-1 zone.

Link copied to clipboard

The name of the location from which the address is advertised.

Link copied to clipboard

For Availability Zones, this always has the value of opt-in-not-required. For Local Zones, this is the opt in status. The possible values are opted-in and not-opted-in.

Link copied to clipboard

ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

Link copied to clipboard

Name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

Link copied to clipboard

Region where the selected availability zone resides. This is always the region selected on the provider, since this data source searches only within that region.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Type of zone. Values are availability-zone, local-zone, and wavelength-zone.