C# Class Amazon.EC2.Model.CopySnapshotRequest

Container for the parameters to the CopySnapshot operation.

Copies a point-in-time snapshot of an Amazon EBS volume and stores it in Amazon S3. You can copy the snapshot within the same region or from one region to another. You can use the snapshot to create Amazon EBS volumes or Amazon Machine Images (AMIs).

For more information, see Copying an Amazon EBS Snapshot in the Amazon Elastic Compute Cloud User Guide .

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Properties

Property Type Description
IsSetDescription bool
IsSetDestinationRegion bool
IsSetEncrypted bool
IsSetKmsKeyId bool
IsSetPresignedUrl bool
IsSetSourceRegion bool
IsSetSourceSnapshotId bool

Private Methods

Method Description
IsSetDescription ( ) : bool
IsSetDestinationRegion ( ) : bool
IsSetEncrypted ( ) : bool
IsSetKmsKeyId ( ) : bool
IsSetPresignedUrl ( ) : bool
IsSetSourceRegion ( ) : bool
IsSetSourceSnapshotId ( ) : bool