/AWS1/CL_EC2=>MODIFYSNAPSHOTATTRIBUTE()
¶
About ModifySnapshotAttribute¶
Adds or removes permission settings for the specified snapshot. You may add or remove specified Amazon Web Services account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single operation. If you need to both add and remove account IDs for a snapshot, you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation.
Encrypted snapshots and snapshots with Amazon Web Services Marketplace product codes cannot be made public. Snapshots encrypted with your default KMS key cannot be shared with other accounts.
For more information about modifying snapshot permissions, see Share a snapshot in the Amazon EBS User Guide.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_SNAPSHOTID
TYPE /AWS1/EC2SNAPSHOTID
/AWS1/EC2SNAPSHOTID
¶
The ID of the snapshot.
Optional arguments:¶
IV_ATTRIBUTE
TYPE /AWS1/EC2SNAPSHOTATTRIBUTENAME
/AWS1/EC2SNAPSHOTATTRIBUTENAME
¶
The snapshot attribute to modify. Only volume creation permissions can be modified.
IO_CREATEVOLUMEPERMISSION
TYPE REF TO /AWS1/CL_EC2CREATEVOLPERMMODS
/AWS1/CL_EC2CREATEVOLPERMMODS
¶
A JSON representation of the snapshot attribute modification.
IT_GROUPNAMES
TYPE /AWS1/CL_EC2GROUPNAMESTRLIST_W=>TT_GROUPNAMESTRINGLIST
TT_GROUPNAMESTRINGLIST
¶
The group to modify for the snapshot.
IV_OPERATIONTYPE
TYPE /AWS1/EC2OPERATIONTYPE
/AWS1/EC2OPERATIONTYPE
¶
The type of operation to perform to the attribute.
IT_USERIDS
TYPE /AWS1/CL_EC2USERIDSTRINGLIST_W=>TT_USERIDSTRINGLIST
TT_USERIDSTRINGLIST
¶
The account ID to modify for the snapshot.
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
.