Skip to main content

global_replication_groups_list_only

Lists global_replication_groups in a region or regions, for all properties use global_replication_groups

Overview

Nameglobal_replication_groups_list_only
TypeResource
DescriptionThe AWS::ElastiCache::GlobalReplicationGroup resource creates an Amazon ElastiCache Global Replication Group.
Idaws.elasticache.global_replication_groups_list_only

Fields

NameDatatypeDescription
global_replication_group_idstringThe name of the Global Datastore, it is generated by ElastiCache adding a prefix to GlobalReplicationGroupIdSuffix.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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