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

TrafficMirrorFilter

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

Describes the Traffic Mirror filter.

interface TrafficMirrorFilter {
Description?: string | null;
EgressFilterRules: TrafficMirrorFilterRule[];
IngressFilterRules: TrafficMirrorFilterRule[];
NetworkServices: TrafficMirrorNetworkService[];
Tags: Tag[];
TrafficMirrorFilterId?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of the Traffic Mirror filter.

§
EgressFilterRules: TrafficMirrorFilterRule[]
[src]

Information about the egress rules that are associated with the Traffic Mirror filter.

§
IngressFilterRules: TrafficMirrorFilterRule[]
[src]

Information about the ingress rules that are associated with the Traffic Mirror filter.

§

The network service traffic that is associated with the Traffic Mirror filter.

§
Tags: Tag[]
[src]

The tags assigned to the Traffic Mirror filter.

§
TrafficMirrorFilterId?: string | null
[src]

The ID of the Traffic Mirror filter.