![]() |
![]()
| ![]() |
![]()
NAMEPaws::SMS::ServerLaunchConfiguration 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::SMS::ServerLaunchConfiguration object: $service_obj->Method(Att1 => { AssociatePublicIpAddress => $value, ..., Vpc => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SMS::ServerLaunchConfiguration object: $result = $service_obj->Method(...); $result->Att1->AssociatePublicIpAddress DESCRIPTIONLaunch configuration for a server. ATTRIBUTESAssociatePublicIpAddress => BoolIndicates whether a publicly accessible IP address is created when launching the server. ConfigureScript => Paws::SMS::S3LocationConfigureScriptType => StrThe type of configuration script. Ec2KeyName => StrThe name of the Amazon EC2 SSH key to be used for connecting to the launched server. IamInstanceProfileName => StrThe name of the IAM instance profile. InstanceType => StrThe instance type to use when launching the server. LogicalId => StrThe logical ID of the server in the AWS CloudFormation template. SecurityGroup => StrThe ID of the security group that applies to the launched server. Server => Paws::SMS::ServerThe ID of the server with which the launch configuration is associated. Subnet => StrThe ID of the subnet the server should be launched into. UserData => Paws::SMS::UserDataLocation of the user-data script to be executed when launching the server. Vpc => StrThe ID of the VPC into which the server should be launched. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SMS 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>
|