aws.ec2.describe_snapshot_attribute
Example SQL Queries
SELECT * FROMaws.ec2.describe_snapshot_attributeWHERE"attribute" = 'VALUE'AND "snapshot_id" = 'VALUE';Description
Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.
For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon EBS User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| attribute Required Input Column The snapshot attribute you would like to view. | VARCHAR |
| snapshot_id Required Input Column The ID of the EBS snapshot. | VARCHAR |
| dry_run Input Column 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. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| create_volume_permissions The users and groups that have the permissions for creating volumes from the snapshot. | STRUCT( |
Show child fields
| |
| product_codes The product codes. | STRUCT( |
Show child fields
| |