NAME
Paws::AutoScaling::LaunchConfiguration
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::AutoScaling::LaunchConfiguration object:
$service_obj->Method(Att1 => { AssociatePublicIpAddress => $value, ..., UserData => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::AutoScaling::LaunchConfiguration object:
$result = $service_obj->Method(...);
$result->Att1->AssociatePublicIpAddress
DESCRIPTION
Describes a launch configuration.
ATTRIBUTES
AssociatePublicIpAddress => Bool
[EC2-VPC] Indicates whether to assign a public IP address to each
instance.
BlockDeviceMappings => ArrayRef[Paws::AutoScaling::BlockDeviceMapping]
A block device mapping, which specifies the block devices for the
instance.
ClassicLinkVPCId => Str
The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
to. This parameter can only be used if you are launching EC2-Classic
instances. For more information, see ClassicLink in the I<Amazon
Elastic Compute Cloud User Guide>.
ClassicLinkVPCSecurityGroups => ArrayRef[Str]
The IDs of one or more security groups for the VPC specified in
C<ClassicLinkVPCId>. This parameter is required if you specify a
ClassicLink-enabled VPC, and cannot be used otherwise. For more
information, see ClassicLink in the I<Amazon Elastic Compute Cloud User
Guide>.
REQUIRED CreatedTime => Str
The creation date and time for the launch configuration.
EbsOptimized => Bool
Controls whether the instance is optimized for EBS I/O (C<true>) or not
(C<false>).
IamInstanceProfile => Str
The name or Amazon Resource Name (ARN) of the instance profile
associated with the IAM role for the instance.
REQUIRED ImageId => Str
The ID of the Amazon Machine Image (AMI).
InstanceMonitoring => Paws::AutoScaling::InstanceMonitoring
Controls whether instances in this group are launched with detailed
monitoring.
REQUIRED InstanceType => Str
The instance type for the instances.
KernelId => Str
The ID of the kernel associated with the AMI.
KeyName => Str
The name of the key pair.
LaunchConfigurationARN => Str
The Amazon Resource Name (ARN) of the launch configuration.
REQUIRED LaunchConfigurationName => Str
The name of the launch configuration.
PlacementTenancy => Str
The tenancy of the instance, either C<default> or C<dedicated>. An
instance with C<dedicated> tenancy runs in an isolated, single-tenant
hardware and can only be launched into a VPC.
RamdiskId => Str
The ID of the RAM disk associated with the AMI.
SecurityGroups => ArrayRef[Str]
The security groups to associate with the instances.
SpotPrice => Str
The price to bid when launching Spot Instances.
UserData => Str
The user data available to the instances.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::AutoScaling
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