Skip to main content

global_clusters

Retrieves a list of global_clusters in a region

Overview

Nameglobal_clusters
TypeResource
Descriptionglobal_clusters
Idawscc.rds.global_clusters

Fields

NameDatatypeDescription
global_cluster_identifierstringThe cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.
regionstringAWS 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