ContainerService

Describes an Amazon Lightsail container service.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

The name of the container service.

Link copied to clipboard

The timestamp when the container service was created.

Link copied to clipboard

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

Link copied to clipboard

A Boolean value indicating whether the container service is disabled.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The power specification of the container service.

Link copied to clipboard

The ID of the power of the container service.

Link copied to clipboard

The principal ARN of the container service.

Link copied to clipboard

The private domain name of the container service.

Link copied to clipboard

An object that describes the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.

Link copied to clipboard

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

Link copied to clipboard

The Lightsail resource type of the container service.

Link copied to clipboard
val scale: Int?

The scale specification of the container service.

Link copied to clipboard

The current state of the container service.

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

Link copied to clipboard
val url: String?

The publicly accessible URL of the container service.

Functions

Link copied to clipboard
inline fun copy(block: ContainerService.Builder.() -> Unit = {}): ContainerService
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String