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

Container

import type { Container } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface Container {
command?: string[] | null;
environment?: {
[key: string]: string | null | undefined;
}
| null;
image?: string | null;
ports?: {
[key: string]: ContainerServiceProtocol | null | undefined;
}
| null;
}

§Properties

§
command?: string[] | null
[src]
§
environment?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
image?: string | null
[src]
§
ports?: {
[key: string]: ContainerServiceProtocol | null | undefined;
}
| null
[src]