Deletes a custom Availability Zone (AZ).
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.
rds_delete_custom_availability_zone(CustomAvailabilityZoneId)
A list with the following syntax:
list(
CustomAvailabilityZone = list(
CustomAvailabilityZoneId = "string",
CustomAvailabilityZoneName = "string",
CustomAvailabilityZoneStatus = "string",
VpnDetails = list(
VpnId = "string",
VpnTunnelOriginatorIP = "string",
VpnGatewayIp = "string",
VpnPSK = "string",
VpnName = "string",
VpnState = "string"
)
)
)
[required] The custom AZ identifier.
svc$delete_custom_availability_zone(
CustomAvailabilityZoneId = "string"
)