CreateCustomAvailabilityZoneMessage
public struct CreateCustomAvailabilityZoneMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the custom Availability Zone (AZ).
Declaration
Swift
public let customAvailabilityZoneName: String
-
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.
Declaration
Swift
public let existingVpnId: String?
-
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster. Specify this parameter only if ExistingVpnId isn’t specified.
Declaration
Swift
public let newVpnTunnelName: String?
-
The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic. Specify this parameter only if ExistingVpnId isn’t specified.
Declaration
Swift
public let vpnTunnelOriginatorIP: String?
-
Undocumented
Declaration
Swift
public init(customAvailabilityZoneName: String, existingVpnId: String? = nil, newVpnTunnelName: String? = nil, vpnTunnelOriginatorIP: String? = nil)