![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElastiCache::CompleteMigration - Arguments for method CompleteMigration on Paws::ElastiCache DESCRIPTIONThis class represents the parameters used for calling the method CompleteMigration on the Amazon ElastiCache service. Use the attributes of this class as arguments to method CompleteMigration. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CompleteMigration. SYNOPSISmy $elasticache = Paws->service('ElastiCache'); my $CompleteMigrationResponse = $elasticache->CompleteMigration( ReplicationGroupId => 'MyString', Force => 1, # OPTIONAL ); # Results: my $ReplicationGroup = $CompleteMigrationResponse->ReplicationGroup; # Returns a L<Paws::ElastiCache::CompleteMigrationResponse> 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/CompleteMigration> ATTRIBUTESForce => BoolForces the migration to stop without ensuring that data is in sync. It is recommended to use this option only to abort the migration and not recommended when application wants to continue migration to ElastiCache. REQUIRED ReplicationGroupId => StrThe ID of the replication group to which data is being migrated. SEE ALSOThis class forms part of Paws, documenting arguments for method CompleteMigration 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>
|