You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticLoadBalancingV2::Types::ForwardActionConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ForwardActionConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

Information about a forward action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#target_group_stickiness_configTypes::TargetGroupStickinessConfig

The target group stickiness for the rule.

Returns:

#target_groupsArray<Types::TargetGroupTuple>

One or more target groups. For Network Load Balancers, you can specify a single target group.

Returns: