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

ForwardActionConfig

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

Information about a forward action.

interface ForwardActionConfig {
TargetGroups?: TargetGroupTuple[] | null;
TargetGroupStickinessConfig?: TargetGroupStickinessConfig | null;
}

§Properties

§
TargetGroups?: TargetGroupTuple[] | null
[src]

The target groups. For Network Load Balancers, you can specify a single target group.

§
TargetGroupStickinessConfig?: TargetGroupStickinessConfig | null
[src]

The target group stickiness for the rule.