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

AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails

import type { AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

A port mapping for the container.

interface AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails {
ContainerPort?: number | null;
HostPort?: number | null;
Protocol?: string | null;
}

§Properties

§
ContainerPort?: number | null
[src]

The port number on the container that is bound to the user-specified or automatically assigned host port.

§
HostPort?: number | null
[src]

The port number on the container instance to reserve for the container.

§
Protocol?: string | null
[src]

The protocol used for the port mapping. The default is tcp.