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

TargetGroupTuple

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

Information about how traffic will be distributed between multiple target groups in a forward rule.

interface TargetGroupTuple {
TargetGroupArn?: string | null;
Weight?: number | null;
}

§Properties

§
TargetGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the target group.

§
Weight?: number | null
[src]

The weight. The range is 0 to 999.