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

PacketHeaderStatement

import type { PacketHeaderStatement } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a packet header statement.

interface PacketHeaderStatement {
DestinationAddresses: string[];
DestinationPorts: string[];
DestinationPrefixLists: string[];
Protocols: Protocol[];
SourceAddresses: string[];
SourcePorts: string[];
SourcePrefixLists: string[];
}

§Properties

§
DestinationAddresses: string[]
[src]

The destination addresses.

§
DestinationPorts: string[]
[src]

The destination ports.

§
DestinationPrefixLists: string[]
[src]

The destination prefix lists.

§
Protocols: Protocol[]
[src]

The protocols.

§
SourceAddresses: string[]
[src]

The source addresses.

§
SourcePorts: string[]
[src]

The source ports.

§
SourcePrefixLists: string[]
[src]

The source prefix lists.