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

DiscoverPollEndpointResponse

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

§Properties

§
endpoint?: string | null
[src]

The endpoint for the Amazon ECS agent to poll.

§
serviceConnectEndpoint?: string | null
[src]

The endpoint for the Amazon ECS agent to poll for Service Connect configuration. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.

§
telemetryEndpoint?: string | null
[src]

The telemetry endpoint for the Amazon ECS agent.