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

EndpointRequest

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

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

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

§Properties

§
containerName: string
[src]

The name of the container for the endpoint.

§
containerPort: number
[src]

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

§

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