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
§
Direction?: NetworkDirection | null
[src]