NAME

Paws::ElastiCache::ReplicationGroup

USAGE

This class represents one of two things:

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 => { AutomaticFailover => $value, ..., Status => $value  });

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->AutomaticFailover

DESCRIPTION

Contains all of the attributes of a specific replication group.

ATTRIBUTES

AutomaticFailover => Str

Indicates the status of Multi-AZ for this replication group.

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

Description => Str

The description of the replication group.

MemberClusters => ArrayRef[Str]

The names of all the cache clusters that are part of this replication
group.

NodeGroups => ArrayRef[Paws::ElastiCache::NodeGroup]

A single element list with information about the nodes in the
replication group.

PendingModifiedValues => Paws::ElastiCache::ReplicationGroupPendingModifiedValues

A group of settings to be applied to the replication group, either
immediately or during the next maintenance window.

ReplicationGroupId => Str

The identifier for the replication group.

SnapshottingClusterId => Str

The cache cluster ID that is used as the daily snapshot source for the
replication group.

Status => Str

The current state of this replication group - I<creating>,
I<available>, etc.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::ElastiCache

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues