Rule Rule Action Args
Constructors
Properties
Request forwarding based on CORS. See cors_config below.
The configuration of the fixed response. See fixed_response_config below.
The forward response action within ALB. See forward_group_config below.
The configuration of the inserted header field. See insert_header_config below.
The configuration of the external redirect action. See redirect_config below.
The configuration of the inserted header field. See remove_header_config below.
The redirect action within ALB. See rewrite_config below.
The Flow speed limit. See traffic_limit_config below.
The Traffic mirroring. See traffic_mirror_config below.
The action type. Valid values: ForwardGroup, Redirect, FixedResponse, Rewrite, InsertHeader, RemoveHeader, TrafficLimit, TrafficMirror and Cors. Note: The preceding actions can be classified into two types: FinalType: A forwarding rule can contain only one FinalType action, which is executed last. This type of action can contain only one ForwardGroup, Redirect or FixedResponse action. ExtType: A forwarding rule can contain one or more ExtType actions, which are executed before FinalType actions and need to coexist with the FinalType actions. This type of action can contain multiple InsertHeader actions or one Rewrite action. NOTE: The TrafficLimit and TrafficMirror option is available since 1.162.0. NOTE: From version 1.205.0, type can be set to Cors.