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
 
Settings configuring the EC2 instance launch phase after an image file has been uploaded.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Import.ImportLaunchConfiguration

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

Syntax

C#
public class ImportLaunchConfiguration : Object

The ImportLaunchConfiguration type exposes the following members

Constructors

NameDescription
Public Method ImportLaunchConfiguration()

Properties

NameTypeDescription
Public Property AdditionalInfo System.String Reserved for internal use.
Public Property Architecture Amazon.EC2.ArchitectureValues The architecture of the instance. Valid values: i386 | x86_64
Public Property AvailabilityZone System.String Optional availability zone to launch the instance into. If not specified one will be chosen for you by EC2.
Public Property Description System.String Optional description for the instance being imported.
Public Property EnableMonitoring System.Boolean Indicates whether to enable detailed monitoring for the instance.
Public Property InstanceInitiatedShutdownBehavior Amazon.EC2.ShutdownBehavior Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). Valid values: stop | terminate.
Public Property InstanceType Amazon.EC2.InstanceType The Amazon EC2 instance type to launch for the conversion
Public Property Platform Amazon.EC2.PlatformValues The instance operating system. Valid values: Windows | Linux
Public Property PrivateIpAddress System.String [EC2-VPC] Optionally, you can use this parameter to assign the instance a specific available IP address from the IP address range of the subnet.
Public Property SecurityGroupNames System.Collections.Generic.ICollection<System.String> One or more security group names. This is not supported for VMs imported into a VPC, which are assigned the default security group. After a VM is imported into a VPC, you can change the instance to use another security group.
Public Property SubnetId System.String [EC2-VPC] The ID of the subnet to launch the instance into.

Version Information

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