The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Indicates whether a publicly accessible IP address is created when launching the server.

ConfigureScript => Paws::SMS::S3Location

ConfigureScriptType => Str

The type of configuration script.

Ec2KeyName => Str

The name of the Amazon EC2 SSH key to be used for connecting to the launched server.

IamInstanceProfileName => Str

The name of the IAM instance profile.

InstanceType => Str

The instance type to use when launching the server.

LogicalId => Str

The logical ID of the server in the AWS CloudFormation template.

SecurityGroup => Str

The ID of the security group that applies to the launched server.

Server => Paws::SMS::Server

The ID of the server with which the launch configuration is associated.

Subnet => Str

The ID 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

The ID of the VPC into which the server should be launched.

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