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 the format and location for the export task.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ExportToS3Task

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

Syntax

C#
public class ExportToS3Task

The ExportToS3Task type exposes the following members

Constructors

NameDescription
Public Method ExportToS3Task()

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 S3Key System.String

Gets and sets the property S3Key.

The encryption key for your S3 bucket.

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