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

AwsEcsTaskDefinitionContainerDefinitionsDetails

import type { AwsEcsTaskDefinitionContainerDefinitionsDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsEcsTaskDefinitionContainerDefinitionsDetails {
Command?: string[] | null;
Cpu?: number | null;
DisableNetworking?: boolean | null;
DnsSearchDomains?: string[] | null;
DnsServers?: string[] | null;
DockerLabels?: {
[key: string]: string | null | undefined;
}
| null;
DockerSecurityOptions?: string[] | null;
EntryPoint?: string[] | null;
Essential?: boolean | null;
Hostname?: string | null;
Image?: string | null;
Interactive?: boolean | null;
Links?: string[] | null;
Memory?: number | null;
MemoryReservation?: number | null;
Name?: string | null;
Privileged?: boolean | null;
PseudoTerminal?: boolean | null;
ReadonlyRootFilesystem?: boolean | null;
StartTimeout?: number | null;
StopTimeout?: number | null;
User?: string | null;
WorkingDirectory?: string | null;
}

§Properties

§
Command?: string[] | null
[src]
§
Cpu?: number | null
[src]
§
DisableNetworking?: boolean | null
[src]
§
DnsSearchDomains?: string[] | null
[src]
§
DnsServers?: string[] | null
[src]
§
DockerLabels?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
DockerSecurityOptions?: string[] | null
[src]
§
EntryPoint?: string[] | null
[src]
§
Essential?: boolean | null
[src]
§
Hostname?: string | null
[src]
§
Image?: string | null
[src]
§
Interactive?: boolean | null
[src]
§
Memory?: number | null
[src]
§
MemoryReservation?: number | null
[src]
§
Name?: string | null
[src]
§
Privileged?: boolean | null
[src]
§
PseudoTerminal?: boolean | null
[src]
§
ReadonlyRootFilesystem?: boolean | null
[src]
§
StartTimeout?: number | null
[src]
§
StopTimeout?: number | null
[src]
§
User?: string | null
[src]
§
WorkingDirectory?: string | null
[src]