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

AssessmentRunAgent

import type { AssessmentRunAgent } 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 response element in the "ListAssessmentRunAgents" action.

interface AssessmentRunAgent {
agentHealth: AgentHealth;
agentHealthCode: AgentHealthCode;
agentHealthDetails?: string | null;
agentId: string;
assessmentRunArn: string;
autoScalingGroup?: string | null;
telemetryMetadata: TelemetryMetadata[];
}

§Properties

§
agentHealth: AgentHealth
[src]

The current health state of the agent.

§
agentHealthCode: AgentHealthCode
[src]

The detailed health state of the agent.

§
agentHealthDetails?: string | null
[src]

The description for the agent health code.

§
agentId: string
[src]

The AWS account of the EC2 instance where the agent is installed.

§
assessmentRunArn: string
[src]

The ARN of the assessment run that is associated with the agent.

§
autoScalingGroup?: string | null
[src]

The Auto Scaling group of the EC2 instance that is specified by the agent ID.

§
telemetryMetadata: TelemetryMetadata[]
[src]

The Amazon Inspector application data metrics that are collected by the agent.