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

CreateTrafficMirrorTargetResult

import type { CreateTrafficMirrorTargetResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateTrafficMirrorTargetResult {
ClientToken?: string | null;
TrafficMirrorTarget?: TrafficMirrorTarget | null;
}

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

§
TrafficMirrorTarget?: TrafficMirrorTarget | null
[src]

Information about the Traffic Mirror target.