View source: R/ec2_operations.R
ec2_describe_availability_zones | R Documentation |
Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone.
See https://www.paws-r-sdk.com/docs/ec2_describe_availability_zones/ for full documentation.
ec2_describe_availability_zones(
Filters = NULL,
ZoneNames = NULL,
ZoneIds = NULL,
AllAvailabilityZones = NULL,
DryRun = NULL
)
Filters |
The filters.
|
ZoneNames |
The names of the Availability Zones, Local Zones, and Wavelength Zones. |
ZoneIds |
The IDs of the Availability Zones, Local Zones, and Wavelength Zones. |
AllAvailabilityZones |
Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your opt-in status. If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in. |
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.