AWSElasticLoadBalancingForwardActionConfig
Objective-C
@interface AWSElasticLoadBalancingForwardActionConfig
Swift
class AWSElasticLoadBalancingForwardActionConfig
Information about a forward action.
-
The target group stickiness for the rule.
Declaration
Objective-C
@property (nonatomic, strong) AWSElasticLoadBalancingTargetGroupStickinessConfig *_Nullable targetGroupStickinessConfig;
Swift
var targetGroupStickinessConfig: AWSElasticLoadBalancingTargetGroupStickinessConfig? { get set }
-
The target groups. For Network Load Balancers, you can specify a single target group.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSElasticLoadBalancingTargetGroupTuple *> *_Nullable targetGroups;
Swift
var targetGroups: [AWSElasticLoadBalancingTargetGroupTuple]? { get set }