aws.elasticache.describe_global_replication_groups
Example SQL Queries
SELECT * FROMaws.elasticache.describe_global_replication_groups;Description
Returns information about a particular global replication group. If no identifier is specified, returns information about all Global datastores.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_replication_group_id Input Column The name of the Global datastore | VARCHAR |
| show_member_info Input Column Returns the list of members that comprise the Global datastore. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN (Amazon Resource Name) of the global replication group. | VARCHAR |
| at_rest_encryption_enabled A flag that enables encryption at rest when set to true. You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group. Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later. | BOOLEAN |
| auth_token_enabled A flag that enables using an AuthToken (password) when issuing Redis OSS commands. Default: false | BOOLEAN |
| cache_node_type The cache node type of the Global datastore | VARCHAR |
| cluster_enabled A flag that indicates whether the Global datastore is cluster enabled. | BOOLEAN |
| engine The Elasticache engine. For Redis OSS only. | VARCHAR |
| engine_version The Elasticache (Redis OSS) engine version. | VARCHAR |
| global_node_groups Indicates the slot configuration and global identifier for each slice group. | STRUCT( |
Show child fields
| |
| global_replication_group_description The optional description of the Global datastore | VARCHAR |
| members The replication groups that comprise the Global datastore. | STRUCT( |
Show child fields
| |
| status The status of the Global datastore | VARCHAR |
| transit_encryption_enabled A flag that enables in-transit encryption when set to true. Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later. | BOOLEAN |