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

TrafficRoute

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

Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group.

interface TrafficRoute {
listenerArns?: string[] | null;
}

§Properties

§
listenerArns?: string[] | null
[src]

The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.