Action
In this article:
Action#
Detailed description for an Elastic Load Balancer (ELB) action.
Contents#
FixedResponseConfig — The fixed response information. Only for the
fixed-response
type.Type: FixedResponseActionConfig object
Required: No
ForwardConfig — The information about forwarding requests to target groups. Only for the
forward
type.Type: ForwardActionConfig object
Required: No
Order — The sequential number of the action. The action with the lowest value will be executed first.
Type: Integer
Required: No
Valid range: 1 to 50000
RedirectConfig — The information about redirecting requests to another URL. Only for the
redirect
type.Type: RedirectActionConfig object
Required: No
TargetGroupArn — The Amazon Resource Name (ARN) of the target group.
Type: String
Required: No
Type — The action type.
Type: String
Required: Yes
Valid values:
forward
|redirect
|fixed-response