global_cluster_tags
Expands all tag keys and values for global_clusters
in a region
Overview
Name | global_cluster_tags |
Type | Resource |
Description | Resource Type definition for AWS::RDS::GlobalCluster |
Id | aws.rds.global_cluster_tags |
Fields
Name | Datatype | Description |
---|---|---|
engine | string | The 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_lifecycle_support | string | The life cycle type of the global cluster. You can use this setting to enroll your global cluster into Amazon RDS Extended Support. |
engine_version | string | The 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_protection | boolean | The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled. |
global_cluster_identifier | string | The cluster identifier of the new global database cluster. This parameter is stored as a lowercase string. |
source_db_cluster_identifier | string | The 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_encrypted | boolean | The 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. |
global_endpoint | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all global_clusters
in a region.
SELECT
region,
engine,
engine_lifecycle_support,
engine_version,
deletion_protection,
global_cluster_identifier,
source_db_cluster_identifier,
storage_encrypted,
global_endpoint,
tag_key,
tag_value
FROM aws.rds.global_cluster_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the global_cluster_tags
resource, see global_clusters