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

AwsEc2NetworkInterfaceDetails

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

Details about the network interface

interface AwsEc2NetworkInterfaceDetails {
IpV6Addresses?: AwsEc2NetworkInterfaceIpV6AddressDetail[] | null;
NetworkInterfaceId?: string | null;
PrivateIpAddresses?: AwsEc2NetworkInterfacePrivateIpAddressDetail[] | null;
PublicDnsName?: string | null;
PublicIp?: string | null;
SecurityGroups?: AwsEc2NetworkInterfaceSecurityGroup[] | null;
SourceDestCheck?: boolean | null;
}

§Properties

§

The network interface attachment.

§

The IPv6 addresses associated with the network interface.

§
NetworkInterfaceId?: string | null
[src]

The ID of the network interface.

§

The private IPv4 addresses associated with the network interface.

§
PublicDnsName?: string | null
[src]

The public DNS name of the network interface.

§
PublicIp?: string | null
[src]

The address of the Elastic IP address bound to the network interface.

§

Security groups for the network interface.

§
SourceDestCheck?: boolean | null
[src]

Indicates whether traffic to or from the instance is validated.