global_clusters
Retrieves a list of global_clusters
in a region
Overview
Name | global_clusters |
Type | Resource |
Description | global_clusters |
Id | awscc.rds.global_clusters |
Fields
Name | Datatype | Description |
---|---|---|
global_cluster_identifier | string | The cluster identifier of the new global database cluster. 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,
global_cluster_identifier
FROM awscc.rds.global_clusters
WHERE region = 'us-east-1'
Permissions
To operate on the global_clusters
resource, the following permissions are required:
Create
rds:CreateGlobalCluster,
rds:DescribeDBClusters,
rds:DescribeGlobalClusters
List
rds:DescribeGlobalClusters