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

Network

import type { Network } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface Network {
DestinationDomain?: string | null;
DestinationIpV4?: string | null;
DestinationIpV6?: string | null;
DestinationPort?: number | null;
Direction?: NetworkDirection | null;
OpenPortRange?: PortRange | null;
Protocol?: string | null;
SourceDomain?: string | null;
SourceIpV4?: string | null;
SourceIpV6?: string | null;
SourceMac?: string | null;
SourcePort?: number | null;
}

§Properties

§
DestinationDomain?: string | null
[src]
§
DestinationIpV4?: string | null
[src]
§
DestinationIpV6?: string | null
[src]
§
DestinationPort?: number | null
[src]
§
Direction?: NetworkDirection | null
[src]
§
OpenPortRange?: PortRange | null
[src]
§
Protocol?: string | null
[src]
§
SourceDomain?: string | null
[src]
§
SourceIpV4?: string | null
[src]
§
SourceIpV6?: string | null
[src]
§
SourceMac?: string | null
[src]
§
SourcePort?: number | null
[src]