Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContainerServiceEndpoint

import type { ContainerServiceEndpoint } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";

Describes the public endpoint configuration of a deployment of an Amazon Lightsail container service.

interface ContainerServiceEndpoint {
containerName?: string | null;
containerPort?: number | null;
healthCheck?: ContainerServiceHealthCheckConfig | null;
}

§Properties

§
containerName?: string | null
[src]

The name of the container entry of the deployment that the endpoint configuration applies to.

§
containerPort?: number | null
[src]

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

§

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