AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an export instance task.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ExportToS3TaskSpecification

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class ExportToS3TaskSpecification

The ExportToS3TaskSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContainerFormat Amazon.EC2.ContainerFormat

Gets and sets the property ContainerFormat.

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

Public Property DiskImageFormat Amazon.EC2.DiskImageFormat

Gets and sets the property DiskImageFormat.

The format for the exported image.

Public Property S3Bucket System.String

Gets and sets the property S3Bucket.

The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.

Public Property S3Prefix System.String

Gets and sets the property S3Prefix.

The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5