The AWS::ElastiCache::GlobalReplicationGroup resource creates an Amazon ElastiCache Global Replication Group.
members
(Attributes List) The replication groups that comprise the Global Datastore. (see below for nested schema)automatic_failover_enabled
(Boolean) AutomaticFailoverEnabledcache_node_type
(String) The cache node type of the Global Datastorecache_parameter_group_name
(String) Cache parameter group name to use for the new engine version. This parameter cannot be modified independently.engine_version
(String) The engine version of the Global Datastore.global_node_group_count
(Number) Indicates the number of node groups in the Global Datastore.global_replication_group_description
(String) The optional description of the Global Datastoreglobal_replication_group_id_suffix
(String) The suffix name of a Global Datastore. Amazon ElastiCache automatically applies a prefix to the Global Datastore ID when it is created. Each AWS Region has its own prefix.regional_configurations
(Attributes List) Describes the replication group IDs, the AWS regions where they are stored and the shard configuration for each that comprise the Global Datastore (see below for nested schema)global_replication_group_id
(String) The name of the Global Datastore, it is generated by ElastiCache adding a prefix to GlobalReplicationGroupIdSuffix.id
(String) Uniquely identifies the resource.status
(String) The status of the Global Datastoremembers
Optional:
replication_group_id
(String) Regionally unique identifier for the member i.e. ReplicationGroupId.replication_group_region
(String) The AWS region of the Global Datastore member.role
(String) Indicates the role of the member, primary or secondary.regional_configurations
Optional:
replication_group_id
(String) The replication group id of the Global Datastore member.replication_group_region
(String) The AWS region of the Global Datastore member.resharding_configurations
(Attributes List) A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster. (see below for nested schema)regional_configurations.resharding_configurations
Optional:
node_group_id
(String) Unique identifier for the Node Group. This is either auto-generated by ElastiCache (4-digit id) or a user supplied id.preferred_availability_zones
(List of String) A list of preferred availability zones for the nodes of new node groups.Import is supported using the following syntax:
$ terraform import awscc_elasticache_global_replication_group.example <resource ID>