global_replication_groups
Retrieves a list of global_replication_groups
in a region
Overview
Name | global_replication_groups |
Type | Resource |
Description | global_replication_groups |
Id | awscc.elasticache.global_replication_groups |
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
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