CustomAvailabilityZone
public struct CustomAvailabilityZone : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the custom AZ. Amazon RDS generates a unique identifier when a custom AZ is created.
Declaration
Swift
public let customAvailabilityZoneId: String?
-
The name of the custom AZ.
Declaration
Swift
public let customAvailabilityZoneName: String?
-
The status of the custom AZ.
Declaration
Swift
public let customAvailabilityZoneStatus: String?
-
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
Declaration
Swift
public let vpnDetails: VpnDetails?
-
Undocumented
Declaration
Swift
public init(customAvailabilityZoneId: String? = nil, customAvailabilityZoneName: String? = nil, customAvailabilityZoneStatus: String? = nil, vpnDetails: VpnDetails? = nil)