aws.redshift.describe_snapshot_copy_grants
Example SQL Queries
SELECT * FROMaws.redshift.describe_snapshot_copy_grants;Description
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| snapshot_copy_grant_name Input Column The name of the snapshot copy grant. | VARCHAR |
| tag_keys Input Column A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them. | VARCHAR[] |
Show child fields
| |
| tag_values Input Column A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them. | VARCHAR[] |
Show child fields
| |
| _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 |
| kms_key_id The unique identifier of the encrypted symmetric key in Amazon Web Services KMS to which Amazon Redshift is granted permission. | VARCHAR |
| tags A list of tag instances. | STRUCT( |
Show child fields
| |