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.

Container for the parameters to the CreateInstanceExportTask operation. Exports a running or stopped instance to an Amazon S3 bucket.

For information about the prerequisites for your Amazon S3 bucket, supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export in the VM Import/Export User Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.CreateInstanceExportTaskRequest

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

Syntax

C#
public class CreateInstanceExportTaskRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The CreateInstanceExportTaskRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A description for the conversion task or the resource being exported. The maximum length is 255 characters.

Public Property ExportToS3Task Amazon.EC2.Model.ExportToS3TaskSpecification

Gets and sets the property ExportToS3Task.

The format and location for an export instance task.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The ID of the instance.

Public Property TagSpecifications System.Collections.Generic.List<Amazon.EC2.Model.TagSpecification>

Gets and sets the property TagSpecifications.

The tags to apply to the export instance task during creation.

Public Property TargetEnvironment Amazon.EC2.ExportEnvironment

Gets and sets the property TargetEnvironment.

The target virtualization environment.

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