ContainerPublicEndpointArgs

data class ContainerPublicEndpointArgs(val containerName: Output<String>? = null, val containerPort: Output<Int>? = null, val healthCheckConfig: Output<ContainerHealthCheckConfigArgs>? = null) : ConvertibleToJava<ContainerPublicEndpointArgs>

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

Constructors

Link copied to clipboard
constructor(containerName: Output<String>? = null, containerPort: Output<Int>? = null, healthCheckConfig: Output<ContainerHealthCheckConfigArgs>? = null)

Properties

Link copied to clipboard
val containerName: Output<String>? = null

The name of the container for the endpoint.

Link copied to clipboard
val containerPort: Output<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.

Functions

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