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

DiscoverPollEndpointRequest

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

§Properties

§
cluster?: string | null
[src]

The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.

§
containerInstance?: string | null
[src]

The container instance ID or full ARN of the container instance. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.