Skip to main content

global_replication_groups

Retrieves a list of global_replication_groups in a region

Overview

Nameglobal_replication_groups
TypeResource
Descriptionglobal_replication_groups
Idawscc.elasticache.global_replication_groups

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
global_replication_group_id
FROM awscc.elasticache.global_replication_groups
WHERE region = 'us-east-1'

Permissions

To operate on the global_replication_groups resource, the following permissions are required:

Create

elasticache:CreateGlobalReplicationGroup,
elasticache:DescribeGlobalReplicationGroups

List

elasticache:DescribeGlobalReplicationGroups