AWS SDK Version 2 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.

.NET Framework 3.5
 
Constructs an image importer to upload and convert virtual machine image or disk volumes for use with Amazon EC2.

Namespace: Amazon.EC2.Import
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public DiskImageImporter(
         AWSCredentials credentials,
         RegionEndpoint region,
         String bucketName
)

Parameters

credentials
Type: Amazon.Runtime.AWSCredentials

The AWS credentials of the account that will own the uploaded artifacts.

region
Type: Amazon.RegionEndpoint

The region to which the artifacts will be uploaded and EC2 conversion performed.

bucketName
Type: System.String

The name of the Amazon S3 bucket that will contain the uploaded image and manifest. If the bucket does not exist it will be created.

Version Information

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