aws.docdb_elastic.list_cluster_snapshots
Example SQL Queries
SELECT * FROMaws.docdb_elastic.list_cluster_snapshots;Description
Returns information about snapshots for a specified elastic cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_arn Input Column The ARN identifier of the elastic cluster. | VARCHAR |
| snapshot_type Input Column The type of cluster snapshots to be returned. You can specify one of the following values:
| 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
| |
| snapshot_arn The ARN identifier of the elastic cluster snapshot. | VARCHAR |
| snapshot_creation_time The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC). | VARCHAR |
| snapshot_name The name of the elastic cluster snapshot. | VARCHAR |
| status The status of the elastic cluster snapshot. | VARCHAR |