Skip to main content

db_clusters

Retrieves a list of db_clusters in a region

Overview

Namedb_clusters
TypeResource
Descriptiondb_clusters
Idawscc.neptune.db_clusters

Fields

NameDatatypeDescription
db_cluster_identifierstringThe 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.
regionstringAWS 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:*