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

AssetAttributes

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

A collection of attributes of the host from which the finding is generated.

interface AssetAttributes {
agentId?: string | null;
amiId?: string | null;
autoScalingGroup?: string | null;
hostname?: string | null;
ipv4Addresses?: string[] | null;
networkInterfaces?: NetworkInterface[] | null;
schemaVersion: number;
tags?: Tag[] | null;
}

§Properties

§
agentId?: string | null
[src]

The ID of the agent that is installed on the EC2 instance where the finding is generated.

§
amiId?: string | null
[src]

The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.

§
autoScalingGroup?: string | null
[src]

The Auto Scaling group of the EC2 instance where the finding is generated.

§
hostname?: string | null
[src]

The hostname of the EC2 instance where the finding is generated.

§
ipv4Addresses?: string[] | null
[src]

The list of IP v4 addresses of the EC2 instance where the finding is generated.

§
networkInterfaces?: NetworkInterface[] | null
[src]

An array of the network interfaces interacting with the EC2 instance where the finding is generated.

§
schemaVersion: number
[src]

The schema version of this data type.

§
tags?: Tag[] | null
[src]

The tags related to the EC2 instance where the finding is generated.