Learn R Programming

paws.database (version 0.1.12)

rds_delete_custom_availability_zone: Deletes a custom Availability Zone (AZ)

Description

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.

Usage

rds_delete_custom_availability_zone(CustomAvailabilityZoneId)

Value

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"
    )
  )
)

Arguments

CustomAvailabilityZoneId

[required] The custom AZ identifier.

Request syntax

svc$delete_custom_availability_zone(
  CustomAvailabilityZoneId = "string"
)