The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::EC2::CopySnapshot - Arguments for method CopySnapshot on Paws::EC2

DESCRIPTION

This class represents the parameters used for calling the method CopySnapshot on the Amazon Elastic Compute Cloud service. Use the attributes of this class as arguments to method CopySnapshot.

You shouln't make instances of this class. Each attribute should be used as a named argument in the call to CopySnapshot.

As an example:

  $service_obj->CopySnapshot(Att1 => $value1, Att2 => $value2, ...);

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.

ATTRIBUTES

Description => Str

A description for the new Amazon EBS snapshot.

DestinationRegion => Str

The destination region of the snapshot copy operation. This parameter is required in the PresignedUrl.

DryRun => Bool

PresignedUrl => Str

The pre-signed URL that facilitates copying an encrypted snapshot. This parameter is only required when copying an encrypted snapshot with the Amazon EC2 Query API; it is available as an optional parameter in all other cases. The PresignedUrl should use the snapshot source endpoint, the CopySnapshot action, and include the SourceRegion, SourceSnapshotId, and DestinationRegion parameters. The PresignedUrl must be signed using AWS Signature Version 4. Because Amazon EBS snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic that is described in Authenticating Requests by Using Query Parameters (AWS Signature Version 4) in the Amazon Simple Storage Service API Reference. An invalid or improperly signed PresignedUrl will cause the copy operation to fail asynchronously, and the snapshot will move to an error state.

REQUIRED SourceRegion => Str

The ID of the region that contains the snapshot to be copied.

REQUIRED SourceSnapshotId => Str

The ID of the Amazon EBS snapshot to copy.

SEE ALSO

This class forms part of Paws, and documents parameters for CopySnapshot in Paws::EC2

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