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

InstanceDetails

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

Contains information about the details of an instance.

interface InstanceDetails {
AvailabilityZone?: string | null;
IamInstanceProfile?: IamInstanceProfile | null;
ImageDescription?: string | null;
ImageId?: string | null;
InstanceId?: string | null;
InstanceState?: string | null;
InstanceType?: string | null;
LaunchTime?: string | null;
NetworkInterfaces?: NetworkInterface[] | null;
OutpostArn?: string | null;
Platform?: string | null;
ProductCodes?: ProductCode[] | null;
Tags?: Tag[] | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone of the EC2 instance.

§
IamInstanceProfile?: IamInstanceProfile | null
[src]

The profile information of the EC2 instance.

§
ImageDescription?: string | null
[src]

The image description of the EC2 instance.

§
ImageId?: string | null
[src]

The image ID of the EC2 instance.

§
InstanceId?: string | null
[src]

The ID of the EC2 instance.

§
InstanceState?: string | null
[src]

The state of the EC2 instance.

§
InstanceType?: string | null
[src]

The type of the EC2 instance.

§
LaunchTime?: string | null
[src]

The launch time of the EC2 instance.

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

The elastic network interface information of the EC2 instance.

§
OutpostArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon Web Services Outpost. Only applicable to Amazon Web Services Outposts instances.

§
Platform?: string | null
[src]

The platform of the EC2 instance.

§
ProductCodes?: ProductCode[] | null
[src]

The product code of the EC2 instance.

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

The tags of the EC2 instance.