db_clusters_list_only
Lists db_clusters in a region or regions, for all properties use db_clusters
Overview
| Name | db_clusters_list_only |
| Type | Resource |
| Description | The AWS::Neptune::DBCluster resource creates an Amazon Neptune DB cluster. |
| Id | aws.neptune.db_clusters_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
db_cluster_identifier | string | The DB cluster identifier. Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster stored as a lowercase string. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all db_clusters in a region.
SELECT
region,
db_cluster_identifier
FROM aws.neptune.db_clusters_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the db_clusters_list_only resource, see db_clusters