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

CreateTrafficPolicyRequest

import type { CreateTrafficPolicyRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A complex type that contains information about the traffic policy that you want to create.

interface CreateTrafficPolicyRequest {
Comment?: string | null;
Document: string;
Name: string;
}

§Properties

§
Comment?: string | null
[src]

(Optional) Any comments that you want to include about the traffic policy.

§
Document: string
[src]

The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format.

§
Name: string
[src]

The name of the traffic policy.