--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_rds_global_cluster Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::RDS::GlobalCluster --- # awscc_rds_global_cluster (Data Source) Data Source schema for AWS::RDS::GlobalCluster ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `deletion_protection` (Boolean) The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled. - `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_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. - `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.