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

AgentFilter

import type { AgentFilter } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";

Contains information about an Amazon Inspector agent. This data type is used as a request parameter in the "ListAssessmentRunAgents" action.

interface AgentFilter {
agentHealthCodes: AgentHealthCode[];
agentHealths: AgentHealth[];
}

§Properties

§
agentHealthCodes: AgentHealthCode[]
[src]

The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.

§
agentHealths: AgentHealth[]
[src]

The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.