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

AgentPreview

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

Used as a response element in the "PreviewAgents" action.

interface AgentPreview {
agentHealth?: AgentHealth | null;
agentId: string;
agentVersion?: string | null;
autoScalingGroup?: string | null;
hostname?: string | null;
ipv4Address?: string | null;
kernelVersion?: string | null;
operatingSystem?: string | null;
}

§Properties

§
agentHealth?: AgentHealth | null
[src]

The health status of the Amazon Inspector Agent.

§
agentId: string
[src]

The ID of the EC2 instance where the agent is installed.

§
agentVersion?: string | null
[src]

The version of the Amazon Inspector Agent.

§
autoScalingGroup?: string | null
[src]

The Auto Scaling group for the EC2 instance where the agent is installed.

§
hostname?: string | null
[src]

The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.

§
ipv4Address?: string | null
[src]

The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.

§
kernelVersion?: string | null
[src]

The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

§
operatingSystem?: string | null
[src]

The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.