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 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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class CreateInstanceExportTaskRequest : AmazonEC2Request IAmazonWebServiceRequest
The CreateInstanceExportTaskRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateInstanceExportTaskRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
ExportToS3Task | Amazon.EC2.Model.ExportToS3TaskSpecification |
Gets and sets the property ExportToS3Task. The format and location for an export instance task. |
![]() |
InstanceId | System.String |
Gets and sets the property InstanceId. The ID of the instance. |
![]() |
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. |
![]() |
TargetEnvironment | Amazon.EC2.ExportEnvironment |
Gets and sets the property TargetEnvironment. The target virtualization environment. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5