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

TrafficPolicySummary

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

A complex type that contains information about the latest version of one traffic policy that is associated with the current Amazon Web Services account.

interface TrafficPolicySummary {
Id: string;
LatestVersion: number;
Name: string;
TrafficPolicyCount: number;
Type: RRType;
}

§Properties

§
Id: string
[src]

The ID that Amazon Route 53 assigned to the traffic policy when you created it.

§
LatestVersion: number
[src]

The version number of the latest version of the traffic policy.

§
Name: string
[src]

The name that you specified for the traffic policy when you created it.

§
TrafficPolicyCount: number
[src]

The number of traffic policies that are associated with the current Amazon Web Services account.

§

The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.