ContainerServiceDeployment

data class ContainerServiceDeployment(val containers: List<Container>? = null, val publicEndpoint: ContainerPublicEndpoint? = null)

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

Constructors

Link copied to clipboard
constructor(containers: List<Container>? = null, publicEndpoint: ContainerPublicEndpoint? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containers: List<Container>? = null

An object that describes the configuration for the containers of the deployment.

Link copied to clipboard

An object that describes the endpoint of the deployment.