The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::EC2::ImportInstanceLaunchSpecification

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::EC2::ImportInstanceLaunchSpecification object:

  $service_obj->Method(Att1 => { AdditionalInfo => $value, ..., UserData => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::ImportInstanceLaunchSpecification object:

  $result = $service_obj->Method(...);
  $result->Att1->AdditionalInfo

DESCRIPTION

This class has no description

ATTRIBUTES

AdditionalInfo => Str

  Reserved.

Architecture => Str

  The architecture of the instance.

GroupIds => ArrayRef[Str|Undef]

  One or more security group IDs.

GroupNames => ArrayRef[Str|Undef]

  One or more security group names.

InstanceInitiatedShutdownBehavior => Str

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

InstanceType => Str

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

Monitoring => Bool

  Indicates whether monitoring is enabled.

Placement => Paws::EC2::Placement

  The placement information for the instance.

PrivateIpAddress => Str

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

SubnetId => Str

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

UserData => Paws::EC2::UserData

  The user data to make available to the instance. If you are using an
AWS SDK or command line tool, Base64-encoding is performed for you, and
you can load the text from a file. Otherwise, you must provide
Base64-encoded text.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::EC2

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues