NAME
Paws::Lightsail::CreateInstances - Arguments for method CreateInstances on Paws::Lightsail
DESCRIPTION
This class represents the parameters used for calling the method CreateInstances on the Amazon Lightsail service. Use the attributes of this class as arguments to method CreateInstances.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateInstances.
As an example:
$service_obj->CreateInstances(Att1 => $value1, Att2 => $value2, ...);
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.
ATTRIBUTES
REQUIRED AvailabilityZone => Str
The Availability Zone in which to create your instance. Use the following format: us-east-1a (case sensitive). You can get a list of availability zones by using the get regions operation. Be sure to add the include availability zones parameter to your request.
REQUIRED BlueprintId => Str
The ID for a virtual private server image (e.g., app_wordpress_4_4 or app_lamp_7_0). Use the get blueprints operation to return a list of available images (or blueprints).
REQUIRED BundleId => Str
The bundle of specification information for your virtual private server (or instance), including the pricing plan (e.g., micro_1_0).
CustomImageName => Str
The name for your custom image.
REQUIRED InstanceNames => ArrayRef[Str|Undef]
The names to use for your new Lightsail instances. Separate multiple values using quotation marks and commas, for example: ["MyFirstInstance","MySecondInstance"]
KeyPairName => Str
The name of your key pair.
UserData => Str
A 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. For a complete list, see the Dev Guide.
SEE ALSO
This class forms part of Paws, documenting arguments for method CreateInstances in Paws::Lightsail
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