PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::ElastiCache::GlobalReplicationGroup; use Moose; has ARN => (is => 'ro', isa => 'Str'); has AtRestEncryptionEnabled => (is => 'ro', isa => 'Bool'); has AuthTokenEnabled => (is => 'ro', isa => 'Bool'); has CacheNodeType => (is => 'ro', isa => 'Str'); has ClusterEnabled => (is => 'ro', isa => 'Bool'); has Engine => (is => 'ro', isa => 'Str'); has EngineVersion => (is => 'ro', isa => 'Str'); has GlobalNodeGroups => (is => 'ro', isa => 'ArrayRef[Paws::ElastiCache::GlobalNodeGroup]', request_name => 'GlobalNodeGroup', traits => ['NameInRequest']); has GlobalReplicationGroupDescription => (is => 'ro', isa => 'Str'); has GlobalReplicationGroupId => (is => 'ro', isa => 'Str'); has Members => (is => 'ro', isa => 'ArrayRef[Paws::ElastiCache::GlobalReplicationGroupMember]', request_name => 'GlobalReplicationGroupMember', traits => ['NameInRequest']); has Status => (is => 'ro', isa => 'Str'); has TransitEncryptionEnabled => (is => 'ro', isa => 'Bool'); 1; ### main pod documentation begin ### =head1 NAME Paws::ElastiCache::GlobalReplicationGroup =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ElastiCache::GlobalReplicationGroup object: $service_obj->Method(Att1 => { ARN => $value, ..., TransitEncryptionEnabled => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElastiCache::GlobalReplicationGroup object: $result = $service_obj->Method(...); $result->Att1->ARN =head1 DESCRIPTION Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different AWS region. The secondary cluster accepts only reads. The primary cluster automatically replicates updates to the secondary cluster. =over =item * The B represents the name of the Global datastore, which is what you use to associate a secondary cluster. =back =head1 ATTRIBUTES =head2 ARN => Str The ARN (Amazon Resource Name) of the global replication group. =head2 AtRestEncryptionEnabled => Bool A flag that enables encryption at rest when set to C. You cannot modify the value of C after the replication group is created. To enable encryption at rest on a replication group you must set C to C when you create the replication group. B Only available when creating a replication group in an Amazon VPC using redis version C<3.2.6>, C<4.x> or later. =head2 AuthTokenEnabled => Bool A flag that enables using an C (password) when issuing Redis commands. Default: C =head2 CacheNodeType => Str The cache node type of the Global datastore =head2 ClusterEnabled => Bool A flag that indicates whether the Global datastore is cluster enabled. =head2 Engine => Str The Elasticache engine. For Redis only. =head2 EngineVersion => Str The Elasticache Redis engine version. =head2 GlobalNodeGroups => ArrayRef[L] Indicates the slot configuration and global identifier for each slice group. =head2 GlobalReplicationGroupDescription => Str The optional description of the Global datastore =head2 GlobalReplicationGroupId => Str The name of the Global datastore =head2 Members => ArrayRef[L] The replication groups that comprise the Global datastore. =head2 Status => Str The status of the Global datastore =head2 TransitEncryptionEnabled => Bool A flag that enables in-transit encryption when set to true. You cannot modify the value of C after the cluster is created. To enable in-transit encryption on a cluster you must set C to true when you create a cluster. B Only available when creating a replication group in an Amazon VPC using redis version C<3.2.6>, C<4.x> or later. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut