![]() |
![]()
| ![]() |
![]()
NAMEPaws::Lightsail::InstanceEntry 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::Lightsail::InstanceEntry object: $service_obj->Method(Att1 => { AvailabilityZone => $value, ..., UserData => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Lightsail::InstanceEntry object: $result = $service_obj->Method(...); $result->Att1->AvailabilityZone DESCRIPTIONDescribes the Amazon Elastic Compute Cloud instance and related resources to be created using the "create cloud formation stack" operation. ATTRIBUTESREQUIRED AvailabilityZone => StrThe Availability Zone for the new Amazon EC2 instance. REQUIRED InstanceType => StrThe instance type (e.g., "t2.micro") to use for the new Amazon EC2 instance. REQUIRED PortInfoSource => StrThe port configuration to use for the new Amazon EC2 instance. The following configuration options are available:
If you configured "lightsail-connect" as a "cidrListAliases" on your instance, or if you chose to allow the Lightsail browser-based SSH or RDP clients to connect to your instance, that configuration is not carried over to your new Amazon EC2 instance. REQUIRED SourceName => StrThe name of the export snapshot record, which contains the exported Lightsail instance snapshot that will be used as the source of the new Amazon EC2 instance. Use the "get export snapshot records" operation to get a list of export snapshot records that you can use to create a CloudFormation stack. UserData => StrA launch script you can create that configures a server with additional user data. For example, you might want to run "apt-get -y update". Depending on the machine image you choose, the command to get software on your instance varies. Amazon Linux and CentOS use "yum", Debian and Ubuntu use "apt-get", and FreeBSD uses "pkg". SEE ALSOThis class forms part of Paws, describing an object used in Paws::Lightsail 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>
|