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

UpdateContainerAgentRequest

import type { UpdateContainerAgentRequest } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface UpdateContainerAgentRequest {
cluster?: string | null;
containerInstance: string;
}

§Properties

§
cluster?: string | null
[src]

The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed.

§
containerInstance: string
[src]

The container instance ID or full ARN entries for the container instance where you would like to update the Amazon ECS container agent.