global_replication_groups_list_only
Lists global_replication_groups
in a region or regions, for all properties use global_replication_groups
Overview
Name | global_replication_groups_list_only |
Type | Resource |
Description | The AWS::ElastiCache::GlobalReplicationGroup resource creates an Amazon ElastiCache Global Replication Group. |
Id | aws.elasticache.global_replication_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
global_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. |
automatic_failover_enabled | boolean | AutomaticFailoverEnabled |
cache_node_type | string | The cache node type of the Global Datastore |
engine_version | string | The engine version of the Global Datastore. |
cache_parameter_group_name | string | Cache parameter group name to use for the new engine version. This parameter cannot be modified independently. |
global_node_group_count | integer | Indicates the number of node groups in the Global Datastore. |
global_replication_group_description | string | The optional description of the Global Datastore |
global_replication_group_id | string | The name of the Global Datastore, it is generated by ElastiCache adding a prefix to GlobalReplicationGroupIdSuffix. |
members | array | The replication groups that comprise the Global Datastore. |
status | string | The status of the Global Datastore |
regional_configurations | array | Describes the replication group IDs, the AWS regions where they are stored and the shard configuration for each that comprise the Global Datastore |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all global_replication_groups
in a region.
SELECT
region,
global_replication_group_id
FROM aws.elasticache.global_replication_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the global_replication_groups_list_only
resource, see global_replication_groups