GetContainerResult

data class GetContainerResult(val containerArn: String? = null, val containerServiceDeployment: ContainerServiceDeployment? = null, val isDisabled: Boolean? = null, val power: String? = null, val principalArn: String? = null, val privateRegistryAccess: ContainerPrivateRegistryAccess? = null, val publicDomainNames: List<ContainerPublicDomainName>? = null, val scale: Int? = null, val tags: List<Tag>? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(containerArn: String? = null, containerServiceDeployment: ContainerServiceDeployment? = null, isDisabled: Boolean? = null, power: String? = null, principalArn: String? = null, privateRegistryAccess: ContainerPrivateRegistryAccess? = null, publicDomainNames: List<ContainerPublicDomainName>? = null, scale: Int? = null, tags: List<Tag>? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerArn: String? = null

The Amazon Resource Name (ARN) of the container.

Link copied to clipboard

Describes a container deployment configuration of an Amazon Lightsail container service.

Link copied to clipboard
val isDisabled: Boolean? = null

A Boolean value to indicate whether the container service is disabled.

Link copied to clipboard
val power: String? = null

The power specification for the container service.

Link copied to clipboard
val principalArn: String? = null

The principal ARN of the container service.

Link copied to clipboard

A Boolean value to indicate whether the container service has access to private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.

Link copied to clipboard

The public domain names to use with the container service, such as example.com and www.example.com.

Link copied to clipboard
val scale: Int? = null

The scale specification for the container service.

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

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val url: String? = null

The publicly accessible URL of the container service.