Skip to main content

db_clusters

Retrieves a list of db_clusters in a region

Overview

Namedb_clusters
TypeResource
Descriptiondb_clusters
Idawscc.rds.db_clusters

Fields

NameDatatypeDescription
db_cluster_identifierstringThe DB cluster identifier. This parameter is 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.rds.db_clusters
WHERE region = 'us-east-1'

Permissions

To operate on the db_clusters resource, the following permissions are required:

Create

iam:CreateServiceLinkedRole,
iam:PassRole,
rds:AddRoleToDBCluster,
rds:AddTagsToResource,
rds:CreateDBCluster,
rds:CreateDBInstance,
rds:DescribeDBClusters,
rds:DescribeEvents,
rds:EnableHttpEndpoint,
rds:ModifyDBCluster,
rds:RestoreDBClusterFromSnapshot,
rds:RestoreDBClusterToPointInTime,
secretsmanager:CreateSecret,
secretsmanager:TagResource

List

rds:DescribeDBClusters