NAME
Paws::SMS::ServerLaunchConfiguration
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::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
DESCRIPTION
Launch configuration for a server.
ATTRIBUTES
AssociatePublicIpAddress => Bool
If true, a publicly accessible IP address is created when launching the server.
Ec2KeyName => Str
Name of the EC2 SSH Key to be used for connecting to the launched server.
InstanceType => Str
Instance type to be used for launching the server.
LogicalId => Str
Logical ID of the server in the Amazon CloudFormation template.
SecurityGroup => Str
Identifier of the security group that applies to the launched server.
Server => Paws::SMS::Server
Identifier of the server the launch configuration is associated with.
Subnet => Str
Identifier of the subnet the server should be launched into.
UserData => Paws::SMS::UserData
Location of the user-data script to be executed when launching the server.
Vpc => Str
Identifier of the VPC the server should be launched into.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SMS
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