![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::LaunchSpecification USAGEThis 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::LaunchSpecification object: $service_obj->Method(Att1 => { AddressingType => $value, ..., UserData => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::LaunchSpecification object: $result = $service_obj->Method(...); $result->Att1->AddressingType DESCRIPTIONThis class has no description ATTRIBUTESAddressingType => StrDeprecated. BlockDeviceMappings => ArrayRef[Paws::EC2::BlockDeviceMapping]One or more block device mapping entries. EbsOptimized => BoolIndicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance. Default: "false" IamInstanceProfile => Paws::EC2::IamInstanceProfileSpecificationThe IAM instance profile. ImageId => StrThe ID of the AMI. InstanceType => StrThe instance type. KernelId => StrThe ID of the kernel. KeyName => StrThe name of the key pair. Monitoring => Paws::EC2::RunInstancesMonitoringEnabledNetworkInterfaces => ArrayRef[Paws::EC2::InstanceNetworkInterfaceSpecification]One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface. Placement => Paws::EC2::SpotPlacementThe placement information for the instance. RamdiskId => StrThe ID of the RAM disk. SecurityGroups => ArrayRef[Paws::EC2::GroupIdentifier]One or more security groups. When requesting instances in a VPC, you must specify the IDs of the security groups. When requesting instances in EC2-Classic, you can specify the names or the IDs of the security groups. SubnetId => StrThe ID of the subnet in which to launch the instance. UserData => StrThe Base64-encoded user data for the instance. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|