global_clusters_list_only
Lists global_clusters in a region or regions, for all properties use global_clusters
Overview
| Name | global_clusters_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::RDS::GlobalCluster |
| Id | aws.rds.global_clusters_list_only |
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
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all global_clusters in a region.
SELECT
region,
global_cluster_identifier
FROM aws.rds.global_clusters_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the global_clusters_list_only resource, see global_clusters