GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Lightsail::ContainerService(3) User Contributed Perl Documentation Paws::Lightsail::ContainerService(3)

Paws::Lightsail::ContainerService

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::Lightsail::ContainerService object:

  $service_obj->Method(Att1 => { Arn => $value, ..., Url => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Lightsail::ContainerService object:

  $result = $service_obj->Method(...);
  $result->Att1->Arn

Describes an Amazon Lightsail container service.

The Amazon Resource Name (ARN) of the container service.

The name of the container service.

The timestamp when the container service was created.

An object that describes the current container deployment of the container service.

A Boolean value indicating whether the container service is disabled.

An object that describes the location of the container service, such as the AWS Region and Availability Zone.

An object that describes the next deployment of the container service.

This value is "null" when there is no deployment in a "pending" state.

The power specification of the container service.

The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.

The ID of the power of the container service.

The principal ARN of the container service.

The principal ARN can be used to create a trust relationship between your standard AWS account and your Lightsail container service. This allows you to give your service permission to access resources in your standard AWS account.

The private domain name of the container service.

The private domain name is accessible only by other resources within the default virtual private cloud (VPC) of your Lightsail account.

The public domain name of the container service, such as "example.com" and "www.example.com".

You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.

If you don't specify public domain names, then you can use the default domain of the container service.

You must create and validate an SSL/TLS certificate before you can use public domain names with your container service. Use the "CreateCertificate" action to create a certificate for the public domain names you want to use with your container service.

See "CreateContainerService" or "UpdateContainerService" for information about how to specify public domain names for your Lightsail container service.

The Lightsail resource type of the container service (i.e., "ContainerService").

The scale specification of the container service.

The scale specifies the allocated compute nodes of the container service.

The current state of the container service.

The following container service states are possible:

  • "PENDING" - The container service is being created.
  • "READY" - The container service is running but it does not have an active container deployment.
  • "DEPLOYING" - The container service is launching a container deployment.
  • "RUNNING" - The container service is running and it has an active container deployment.
  • "UPDATING" - The container service capacity or its custom domains are being updated.
  • "DELETING" - The container service is being deleted.
  • "DISABLED" - The container service is disabled, and its active deployment and containers, if any, are shut down.

An object that describes the current state of the container service.

The state detail is populated only when a container service is in a "PENDING", "DEPLOYING", or "UPDATING" state.

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide (https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-tags).

The publicly accessible URL of the container service.

If no public endpoint is specified in the "currentDeployment", this URL returns a 404 response.

This class forms part of Paws, describing an object used in Paws::Lightsail

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.