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

CreateContainerServiceDeploymentRequest

import type { CreateContainerServiceDeploymentRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface CreateContainerServiceDeploymentRequest {
containers?: {
[key: string]: Container | null | undefined;
}
| null;
publicEndpoint?: EndpointRequest | null;
serviceName: string;
}

§Properties

§
containers?: {
[key: string]: Container | null | undefined;
}
| null
[src]

An object that describes the settings of the containers that will be launched on the container service.

§
publicEndpoint?: EndpointRequest | null
[src]

An object that describes the settings of the public endpoint for the container service.

§
serviceName: string
[src]

The name of the container service for which to create the deployment.