Skip to main content

global_clusters_list_only

Lists global_clusters in a region or regions, for all properties use global_clusters

Overview

Nameglobal_clusters_list_only
TypeResource
DescriptionResource Type definition for AWS::RDS::GlobalCluster
Idaws.rds.global_clusters_list_only

Fields

NameDatatypeDescription
enginestringThe name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora).
If you specify the SourceDBClusterIdentifier property, don't specify this property. The value is inherited from the cluster.
engine_versionstringThe version number of the database engine to use. If you specify the SourceDBClusterIdentifier property, don't specify this property. The value is inherited from the cluster.
deletion_protectionbooleanThe deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
global_cluster_identifierstringThe cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.
source_db_cluster_identifierstringThe Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional. This parameter is stored as a lowercase string.
storage_encryptedbooleanThe storage encryption setting for the new global database cluster.
If you specify the SourceDBClusterIdentifier property, don't specify this property. The value is inherited from the cluster.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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