ec2_modify_availability_zone_group: Changes the opt-in status of the Local Zone and Wavelength...

View source: R/ec2_operations.R

ec2_modify_availability_zone_groupR Documentation

Changes the opt-in status of the Local Zone and Wavelength Zone group for your account

Description

Changes the opt-in status of the Local Zone and Wavelength Zone group for your account.

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

Usage

ec2_modify_availability_zone_group(GroupName, OptInStatus, DryRun = NULL)

Arguments

GroupName

[required] The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.

OptInStatus

[required] Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is ⁠opted-in⁠. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.

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.


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