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

ManagedAgent

import type { ManagedAgent } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";

Details about the managed agent status for the container.

interface ManagedAgent {
lastStartedAt?: Date | number | null;
lastStatus?: string | null;
name?: ManagedAgentName | null;
reason?: string | null;
}

§Properties

§
lastStartedAt?: Date | number | null
[src]

The Unix timestamp for the time when the managed agent was last started.

§
lastStatus?: string | null
[src]

The last known status of the managed agent.

§
name?: ManagedAgentName | null
[src]

The name of the managed agent. When the execute command feature is enabled, the managed agent name is ExecuteCommandAgent.

§
reason?: string | null
[src]

The reason for why the managed agent is in the state it is in.