Action#

Detailed description for an Elastic Load Balancer (ELB) action.

Contents#

  • FixedResponseConfig — The fixed response information. Only for the fixed-response type.

  • ForwardConfig — The information about forwarding requests to target groups. Only for the forward type.

  • 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.

  • 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