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 | string | The name of the Global Datastore, it is generated by ElastiCache adding a prefix to GlobalReplicationGroupIdSuffix. |
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