ContainerServiceDeploymentArgs

data class ContainerServiceDeploymentArgs(val containers: Output<List<ContainerArgs>>? = null, val publicEndpoint: Output<ContainerPublicEndpointArgs>? = null) : ConvertibleToJava<ContainerServiceDeploymentArgs>

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

Constructors

Link copied to clipboard
fun ContainerServiceDeploymentArgs(containers: Output<List<ContainerArgs>>? = null, publicEndpoint: Output<ContainerPublicEndpointArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ContainerServiceDeploymentArgs

Properties

Link copied to clipboard
val containers: Output<List<ContainerArgs>>? = 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.