Creates a custom Availability Zone (AZ).
rds_create_custom_availability_zone(CustomAvailabilityZoneName,
ExistingVpnId, NewVpnTunnelName, VpnTunnelOriginatorIP)
[required] The name of the custom Availability Zone (AZ).
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.
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.
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.
svc$create_custom_availability_zone( CustomAvailabilityZoneName = "string", ExistingVpnId = "string", NewVpnTunnelName = "string", VpnTunnelOriginatorIP = "string" )
A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.
For more information about RDS on VMware, see the RDS on VMware User Guide.