ContainerPublicEndpoint

data class ContainerPublicEndpoint(val containerName: String? = null, val containerPort: Int? = null, val healthCheckConfig: ContainerHealthCheckConfig? = null)

Describes the settings of a public endpoint for an Amazon Lightsail container service.

Constructors

Link copied to clipboard
constructor(containerName: String? = null, containerPort: Int? = null, healthCheckConfig: ContainerHealthCheckConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerName: String? = null

The name of the container for the endpoint.

Link copied to clipboard
val containerPort: Int? = null

The port of the container to which traffic is forwarded to.

Link copied to clipboard

An object that describes the health check configuration of the container.