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

AwsEc2InstanceNetworkInterfacesDetails

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

Identifies a network interface for the Amazon EC2 instance.

interface AwsEc2InstanceNetworkInterfacesDetails {
NetworkInterfaceId?: string | null;
}

§Properties

§
NetworkInterfaceId?: string | null
[src]

The identifier of the network interface. The details are in a corresponding AwsEc2NetworkInterfacesDetails object.