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

AwsEc2InstanceDetails

import type { AwsEc2InstanceDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsEc2InstanceDetails {
IamInstanceProfileArn?: string | null;
ImageId?: string | null;
IpV4Addresses?: string[] | null;
IpV6Addresses?: string[] | null;
KeyName?: string | null;
LaunchedAt?: string | null;
NetworkInterfaces?: AwsEc2InstanceNetworkInterfacesDetails[] | null;
SubnetId?: string | null;
Type?: string | null;
VpcId?: string | null;
}

§Properties

§
IamInstanceProfileArn?: string | null
[src]
§
ImageId?: string | null
[src]
§
IpV4Addresses?: string[] | null
[src]
§
IpV6Addresses?: string[] | null
[src]
§
KeyName?: string | null
[src]
§
LaunchedAt?: string | null
[src]
§
SubnetId?: string | null
[src]
§
Type?: string | null
[src]
§
VpcId?: string | null
[src]