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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Information about a forward action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_group_stickiness_configTypes::TargetGroupStickinessConfig

The target group stickiness for the rule.



1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1708

class ForwardActionConfig < Struct.new(
  :target_groups,
  :target_group_stickiness_config)
  SENSITIVE = []
  include Aws::Structure
end

#target_groupsArray<Types::TargetGroupTuple>

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

Returns:



1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1708

class ForwardActionConfig < Struct.new(
  :target_groups,
  :target_group_stickiness_config)
  SENSITIVE = []
  include Aws::Structure
end