Available in VPC
This is a target group action.
Syntax
The syntax is as follows.
private List<TargetGroupWeight> targetGroupWeightList;
private Boolean useStickySession;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
targetGroupWeightList |
List<TargetGroupWeight> | Required | List of target groups and weights used for the target group action |
useStickySession |
Boolean | Required | Whether to enable per-session access
|