amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.ImportInstanceLaunchSpecification

Description

 
Synopsis

Documentation

data ImportInstanceLaunchSpecification Source #

Describes the launch specification for VM import.

See: newImportInstanceLaunchSpecification smart constructor.

Constructors

ImportInstanceLaunchSpecification' 

Fields

Instances

Instances details
ToQuery ImportInstanceLaunchSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportInstanceLaunchSpecification

Generic ImportInstanceLaunchSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportInstanceLaunchSpecification

Associated Types

type Rep ImportInstanceLaunchSpecification :: Type -> Type #

Show ImportInstanceLaunchSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportInstanceLaunchSpecification

NFData ImportInstanceLaunchSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportInstanceLaunchSpecification

Eq ImportInstanceLaunchSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportInstanceLaunchSpecification

Hashable ImportInstanceLaunchSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportInstanceLaunchSpecification

type Rep ImportInstanceLaunchSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportInstanceLaunchSpecification

type Rep ImportInstanceLaunchSpecification = D1 ('MetaData "ImportInstanceLaunchSpecification" "Amazonka.EC2.Types.ImportInstanceLaunchSpecification" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ImportInstanceLaunchSpecification'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "additionalInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "architecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArchitectureValues))) :*: (S1 ('MetaSel ('Just "groupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "groupNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "instanceInitiatedShutdownBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShutdownBehavior))))) :*: ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceType)) :*: (S1 ('MetaSel ('Just "monitoring") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "placement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Placement)))) :*: (S1 ('MetaSel ('Just "privateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive UserData))))))))

newImportInstanceLaunchSpecification :: ImportInstanceLaunchSpecification Source #

Create a value of ImportInstanceLaunchSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:additionalInfo:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_additionalInfo - Reserved.

$sel:architecture:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_architecture - The architecture of the instance.

$sel:groupIds:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_groupIds - The security group IDs.

$sel:groupNames:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_groupNames - The security group names.

$sel:instanceInitiatedShutdownBehavior:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_instanceInitiatedShutdownBehavior - Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

$sel:instanceType:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_instanceType - The instance type. For more information about the instance types that you can import, see Instance Types in the VM Import/Export User Guide.

$sel:monitoring:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_monitoring - Indicates whether monitoring is enabled.

$sel:placement:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_placement - The placement information for the instance.

$sel:privateIpAddress:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_privateIpAddress - [EC2-VPC] An available IP address from the IP address range of the subnet.

$sel:subnetId:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_subnetId - [EC2-VPC] The ID of the subnet in which to launch the instance.

$sel:userData:ImportInstanceLaunchSpecification', importInstanceLaunchSpecification_userData - The Base64-encoded user data to make available to the instance.

importInstanceLaunchSpecification_instanceInitiatedShutdownBehavior :: Lens' ImportInstanceLaunchSpecification (Maybe ShutdownBehavior) Source #

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

importInstanceLaunchSpecification_instanceType :: Lens' ImportInstanceLaunchSpecification (Maybe InstanceType) Source #

The instance type. For more information about the instance types that you can import, see Instance Types in the VM Import/Export User Guide.

importInstanceLaunchSpecification_privateIpAddress :: Lens' ImportInstanceLaunchSpecification (Maybe Text) Source #

EC2-VPC
An available IP address from the IP address range of the subnet.

importInstanceLaunchSpecification_subnetId :: Lens' ImportInstanceLaunchSpecification (Maybe Text) Source #

EC2-VPC
The ID of the subnet in which to launch the instance.

importInstanceLaunchSpecification_userData :: Lens' ImportInstanceLaunchSpecification (Maybe UserData) Source #

The Base64-encoded user data to make available to the instance.