db_clusters
Retrieves a list of db_clusters
in a region
Overview
Name | db_clusters |
Type | Resource |
Description | db_clusters |
Id | awscc.neptune.db_clusters |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
db_cluster_identifier
FROM awscc.neptune.db_clusters
WHERE region = 'us-east-1'
Permissions
To operate on the db_clusters
resource, the following permissions are required:
Create
iam:PassRole,
rds:AddRoleToDBCluster,
rds:AddTagsToResource,
rds:CreateDBCluster,
rds:CreateDBInstance,
rds:DescribeDBClusters,
rds:ListTagsForResource,
rds:ModifyDBCluster,
rds:RestoreDBClusterFromSnapshot,
rds:RestoreDBClusterToPointInTime,
kms:*
List
rds:DescribeDBClusters,
rds:ListTagsForResource,
kms:*