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

CreateTrafficMirrorSessionRequest

import type { CreateTrafficMirrorSessionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface CreateTrafficMirrorSessionRequest {
ClientToken?: string | null;
Description?: string | null;
DryRun?: boolean | null;
NetworkInterfaceId: string;
PacketLength?: number | null;
SessionNumber: number;
TagSpecifications?: TagSpecification[] | null;
TrafficMirrorFilterId: string;
TrafficMirrorTargetId: string;
VirtualNetworkId?: number | null;
}

§Properties

§
ClientToken?: string | null
[src]
§
Description?: string | null
[src]
§
DryRun?: boolean | null
[src]
§
NetworkInterfaceId: string
[src]
§
PacketLength?: number | null
[src]
§
SessionNumber: number
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]
§
TrafficMirrorFilterId: string
[src]
§
TrafficMirrorTargetId: string
[src]
§
VirtualNetworkId?: number | null
[src]