Returns information about custom Availability Zones (AZs).
rds_describe_custom_availability_zones(CustomAvailabilityZoneId,
Filters, MaxRecords, Marker)The custom AZ identifier. If this parameter is specified, information from only the specific custom AZ is returned.
A filter that specifies one or more custom AZs to describe.
The maximum number of records to include in the response. If more
records exist than the specified MaxRecords value, a pagination token
called a marker is included in the response so you can retrieve the
remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
An optional pagination token provided by a previous
DescribeCustomAvailabilityZones request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords.
svc$describe_custom_availability_zones(
CustomAvailabilityZoneId = "string",
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
),
MaxRecords = 123,
Marker = "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.