LaunchSpecification Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

The LaunchSpecificationType data type.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.LaunchSpecification

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class LaunchSpecification : Object

The LaunchSpecification type exposes the following members

Constructors

  Name Description
Public Method LaunchSpecification()

Properties

  Name Description
Public Property AddressingType Deprecated.
Public Property AllSecurityGroups
Public Property BlockDeviceMappings Specifies how block devices are exposed to the instance. Each mapping is made up of a virtualName and a deviceName.
Public Property EbsOptimized
Public Property IamInstanceProfile
Public Property ImageId The AMI ID.
Public Property InstanceType Specifies the instance type.

Constraints:Allowed Valuest1.micro, m1.small, m1.medium, m1.large, m1.xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, m3.xlarge, m3.2xlarge, c1.medium, c1.xlarge, hi1.4xlarge, hs1.8xlarge, cc1.4xlarge, cc2.8xlarge, cg1.4xlarge, cr1.8xlarge

Public Property KernelId Specifies the ID of the kernel to select.
Public Property KeyName The name of the key pair.
Public Property MonitoringEnabled Enables monitoring for the instance.
Public Property NetworkInterfaces
Public Property Placement Defines a placement item.
Public Property RamdiskId Specifies the ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information on whether or not you need to specify a RAM disk and search for the kernel ID.
Public Property SecurityGroups
Public Property SubnetId Specifies the Amazon VPC subnet ID within which to launch the instance(s) for Amazon Virtual Private Cloud.
Public Property UserData Optional data, specific to a user's application, to provide in the launch request. All instances that collectively comprise the launch request have access to this data. User data is never returned through API responses.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8