ec2_describe_regions: Describes the Regions that are enabled for your account, or...

View source: R/ec2_operations.R

ec2_describe_regionsR Documentation

Describes the Regions that are enabled for your account, or all Regions

Description

Describes the Regions that are enabled for your account, or all Regions.

See https://www.paws-r-sdk.com/docs/ec2_describe_regions/ for full documentation.

Usage

ec2_describe_regions(
  Filters = NULL,
  RegionNames = NULL,
  DryRun = NULL,
  AllRegions = NULL
)

Arguments

Filters

The filters.

  • endpoint - The endpoint of the Region (for example, ⁠ec2.us-east-1.amazonaws.com⁠).

  • ⁠opt-in-status⁠ - The opt-in status of the Region (⁠opt-in-not-required⁠ | ⁠opted-in⁠ | ⁠not-opted-in⁠).

  • region-name - The name of the Region (for example, us-east-1).

RegionNames

The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

AllRegions

Indicates whether to display all Regions, including Regions that are disabled for your account.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.