aws.docdb_elastic.list_clusters
Example SQL Queries
SELECT * FROMaws.docdb_elastic.list_clusters;Description
Returns information about provisioned Amazon DocumentDB elastic clusters.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| cluster_arn The ARN identifier of the elastic cluster. | VARCHAR |
| cluster_name The name of the elastic cluster. | VARCHAR |
| status The status of the elastic cluster. | VARCHAR |