aws.docdb.describe_db_cluster_snapshot_attributes
Example SQL Queries
SELECT * FROMaws.docdb.describe_db_cluster_snapshot_attributesWHERE"db_cluster_snapshot_identifier" = 'VALUE';Description
Returns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot.
When you share snapshots with other Amazon Web Services accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual cluster snapshot. If all is included in the list of values for the restore attribute, then the manual cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_cluster_snapshot_identifier Required Input Column The identifier for the cluster snapshot to describe the attributes for. | VARCHAR |
| _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 |
| db_cluster_snapshot_attributes_result Detailed information about the attributes that are associated with a cluster snapshot. | STRUCT( |
Show child fields
| |