![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElastiCache::IncreaseNodeGroupsInGlobalReplicationGroup - Arguments for method IncreaseNodeGroupsInGlobalReplicationGroup on Paws::ElastiCache DESCRIPTIONThis class represents the parameters used for calling the method IncreaseNodeGroupsInGlobalReplicationGroup on the Amazon ElastiCache service. Use the attributes of this class as arguments to method IncreaseNodeGroupsInGlobalReplicationGroup. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to IncreaseNodeGroupsInGlobalReplicationGroup. SYNOPSISmy $elasticache = Paws->service('ElastiCache'); my $IncreaseNodeGroupsInGlobalReplicationGroupResult = $elasticache->IncreaseNodeGroupsInGlobalReplicationGroup( ApplyImmediately => 1, GlobalReplicationGroupId => 'MyString', NodeGroupCount => 1, RegionalConfigurations => [ { ReplicationGroupId => 'MyString', ReplicationGroupRegion => 'MyString', ReshardingConfiguration => [ { NodeGroupId => 'MyAllowedNodeGroupId', # min: 1, max: 4; OPTIONAL PreferredAvailabilityZones => [ 'MyString', ... ], # OPTIONAL }, ... ], }, ... ], # OPTIONAL ); # Results: my $GlobalReplicationGroup = $IncreaseNodeGroupsInGlobalReplicationGroupResult->GlobalReplicationGroup; # Returns a Paws::ElastiCache::IncreaseNodeGroupsInGlobalReplicationGroupResult object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/elasticache/IncreaseNodeGroupsInGlobalReplicationGroup> ATTRIBUTESREQUIRED ApplyImmediately => BoolIndicates that the process begins immediately. At present, the only permitted value for this parameter is true. REQUIRED GlobalReplicationGroupId => StrThe name of the Global datastore REQUIRED NodeGroupCount => IntThe number of node groups you wish to add RegionalConfigurations => ArrayRef[Paws::ElastiCache::RegionalConfiguration]Describes the replication group IDs, the AWS regions where they are stored and the shard configuration for each that comprise the Global datastore SEE ALSOThis class forms part of Paws, documenting arguments for method IncreaseNodeGroupsInGlobalReplicationGroup in Paws::ElastiCache BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|