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

AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails

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

A hostname and IP address mapping to append to the /etc/hosts file on the container.

interface AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails {
Hostname?: string | null;
IpAddress?: string | null;
}

§Properties

§
Hostname?: string | null
[src]

The hostname to use in the /etc/hosts entry.

§
IpAddress?: string | null
[src]

The IP address to use in the /etc/hosts entry.