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::ReplicationGroup; use Moose; has ARN => (is => 'ro', isa => 'Str'); has AtRestEncryptionEnabled => (is => 'ro', isa => 'Bool'); has AuthTokenEnabled => (is => 'ro', isa => 'Bool'); has AuthTokenLastModifiedDate => (is => 'ro', isa => 'Str'); has AutomaticFailover => (is => 'ro', isa => 'Str'); has CacheNodeType => (is => 'ro', isa => 'Str'); has ClusterEnabled => (is => 'ro', isa => 'Bool'); has ConfigurationEndpoint => (is => 'ro', isa => 'Paws::ElastiCache::Endpoint'); has Description => (is => 'ro', isa => 'Str'); has GlobalReplicationGroupInfo => (is => 'ro', isa => 'Paws::ElastiCache::GlobalReplicationGroupInfo'); has KmsKeyId => (is => 'ro', isa => 'Str'); has LogDeliveryConfigurations => (is => 'ro', isa => 'ArrayRef[Paws::ElastiCache::LogDeliveryConfiguration]', request_name => 'LogDeliveryConfiguration', traits => ['NameInRequest']); has MemberClusters => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'ClusterId', traits => ['NameInRequest']); has MemberClustersOutpostArns => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'ReplicationGroupOutpostArn', traits => ['NameInRequest']); has MultiAZ => (is => 'ro', isa => 'Str'); has NodeGroups => (is => 'ro', isa => 'ArrayRef[Paws::ElastiCache::NodeGroup]', request_name => 'NodeGroup', traits => ['NameInRequest']); has PendingModifiedValues => (is => 'ro', isa => 'Paws::ElastiCache::ReplicationGroupPendingModifiedValues'); has ReplicationGroupId => (is => 'ro', isa => 'Str'); has SnapshotRetentionLimit => (is => 'ro', isa => 'Int'); has SnapshottingClusterId => (is => 'ro', isa => 'Str'); has SnapshotWindow => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has TransitEncryptionEnabled => (is => 'ro', isa => 'Bool'); has UserGroupIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); 1; ### main pod documentation begin ### =head1 NAME Paws::ElastiCache::ReplicationGroup =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::ReplicationGroup object: $service_obj->Method(Att1 => { ARN => $value, ..., UserGroupIds => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElastiCache::ReplicationGroup object: $result = $service_obj->Method(...); $result->Att1->ARN =head1 DESCRIPTION Contains all of the attributes of a specific Redis replication group. =head1 ATTRIBUTES =head2 ARN => Str The ARN (Amazon Resource Name) of the 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 cluster is created. To enable encryption at-rest on a cluster you must set C to C 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. Default: C =head2 AuthTokenEnabled => Bool A flag that enables using an C (password) when issuing Redis commands. Default: C =head2 AuthTokenLastModifiedDate => Str The date the auth token was last modified =head2 AutomaticFailover => Str Indicates the status of automatic failover for this Redis replication group. =head2 CacheNodeType => Str The name of the compute and memory capacity node type for each node in the replication group. =head2 ClusterEnabled => Bool A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups). Valid values: C | C =head2 ConfigurationEndpoint => L The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group. =head2 Description => Str The user supplied description of the replication group. =head2 GlobalReplicationGroupInfo => L The name of the Global datastore and role of this replication group in the Global datastore. =head2 KmsKeyId => Str The ID of the KMS key used to encrypt the disk in the cluster. =head2 LogDeliveryConfigurations => ArrayRef[L] Returns the destination, format and type of the logs. =head2 MemberClusters => ArrayRef[Str|Undef] The names of all the cache clusters that are part of this replication group. =head2 MemberClustersOutpostArns => ArrayRef[Str|Undef] The outpost ARNs of the replication group's member clusters. =head2 MultiAZ => Str A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see Minimizing Downtime: Multi-AZ (http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html) =head2 NodeGroups => ArrayRef[L] A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard). =head2 PendingModifiedValues => L A group of settings to be applied to the replication group, either immediately or during the next maintenance window. =head2 ReplicationGroupId => Str The identifier for the replication group. =head2 SnapshotRetentionLimit => Int The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set C to 5, a snapshot that was taken today is retained for 5 days before being deleted. If the value of C is set to zero (0), backups are turned off. =head2 SnapshottingClusterId => Str The cluster ID that is used as the daily snapshot source for the replication group. =head2 SnapshotWindow => Str The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard). Example: C<05:00-09:00> If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range. This parameter is only valid if the C parameter is C. =head2 Status => Str The current state of this replication group - C, C, C, C, C, C. =head2 TransitEncryptionEnabled => Bool A flag that enables in-transit encryption when set to C. 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 C 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. Default: C =head2 UserGroupIds => ArrayRef[Str|Undef] The list of user group IDs that have access to the replication group. =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