DescribeSnapshotAttribute#

Description#

Describes the specified attribute of the specified snapshot.

Request Parameters#

  • Attribute — The attribute of the snapshot.

    • Required: Yes

    • Type: String

    • Valid values: createVolumePermission

  • snapshotId — The ID of the snapshot.

    • Required: Yes

    • Type: String

Response Elements#

  • createVolumePermission — The list of permissions for creating volumes from the snapshot.

    • item

      • group — The specific group to be added or removed from the volume’s list of permissions to create volume.

  • requestId — The request ID

    • Type: String

  • snapshotId — The ID of the snapshot.

    • Type: String

Examples#

c2-ec2 DescribeSnapshotAttribute SnapshotId <snap_id> Attribute createVolumePermission