/AWS1/CL_EC2=>MODIFYAVAILABILITYZONEGROUP()
¶
About ModifyAvailabilityZoneGroup¶
Changes the opt-in status of the specified zone group for your account.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_GROUPNAME
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
IV_OPTINSTATUS
TYPE /AWS1/EC2MODIFYAZOPTINSTATUS
/AWS1/EC2MODIFYAZOPTINSTATUS
¶
Indicates whether to opt in to the 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.
Optional arguments:¶
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
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 isUnauthorizedOperation
.