class Aws::ElasticLoadBalancingV2::Types::ForwardActionConfig

Information about a forward action.

@note When making an API call, you may pass ForwardActionConfig

data as a hash:

    {
      target_groups: [
        {
          target_group_arn: "TargetGroupArn",
          weight: 1,
        },
      ],
      target_group_stickiness_config: {
        enabled: false,
        duration_seconds: 1,
      },
    }

@!attribute [rw] target_groups

One or more target groups. For Network Load Balancers, you can
specify a single target group.
@return [Array<Types::TargetGroupTuple>]

@!attribute [rw] target_group_stickiness_config

The target group stickiness for the rule.
@return [Types::TargetGroupStickinessConfig]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ForwardActionConfig AWS API Documentation

Constants

SENSITIVE