AvailabilityZone

public struct AvailabilityZone : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • For Availability Zones, this parameter has the same value as the Region name. For Local Zones, the name of the associated group, for example us-west-2-lax-1. For Wavelength Zones, the name of the associated group, for example us-east-1-wl1-bos-wlz-1.

    Declaration

    Swift

    public let groupName: String?
  • Any messages about the Availability Zone, Local Zone, or Wavelength Zone.

    Declaration

    Swift

    public let messages: [AvailabilityZoneMessage]?
  • The name of the network border group.

    Declaration

    Swift

    public let networkBorderGroup: String?
  • For Availability Zones, this parameter always has the value of opt-in-not-required. For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible values are opted-in, and not-opted-in.

    Declaration

    Swift

    public let optInStatus: AvailabilityZoneOptInStatus?
  • The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

    Declaration

    Swift

    public let parentZoneId: String?
  • The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

    Declaration

    Swift

    public let parentZoneName: String?
  • The name of the Region.

    Declaration

    Swift

    public let regionName: String?
  • The state of the Availability Zone, Local Zone, or Wavelength Zone.

    Declaration

    Swift

    public let state: AvailabilityZoneState?
  • The ID of the Availability Zone, Local Zone, or Wavelength Zone.

    Declaration

    Swift

    public let zoneId: String?
  • The name of the Availability Zone, Local Zone, or Wavelength Zone.

    Declaration

    Swift

    public let zoneName: String?
  • The type of zone. The valid values are availability-zone, local-zone, and wavelength-zone.

    Declaration

    Swift

    public let zoneType: String?
  • Undocumented

    Declaration

    Swift

    public init(groupName: String? = nil, messages: [AvailabilityZoneMessage]? = nil, networkBorderGroup: String? = nil, optInStatus: AvailabilityZoneOptInStatus? = nil, parentZoneId: String? = nil, parentZoneName: String? = nil, regionName: String? = nil, state: AvailabilityZoneState? = nil, zoneId: String? = nil, zoneName: String? = nil, zoneType: String? = nil)