db_clusters
Retrieves a list of db_clusters
in a region
Overview
Name | db_clusters |
Type | Resource |
Description | db_clusters |
Id | awscc.rds.db_clusters |
Fields
Name | Datatype | Description |
---|---|---|
db_cluster_identifier | string | The DB cluster identifier. This parameter is 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.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