Creates a rule for the specified listener. The listener must be associated with an Application Load Balancer.
See https://www.paws-r-sdk.com/docs/elbv2_create_rule/ for full documentation.
Usage
elbv2_create_rule(
ListenerArn,
Conditions,
Priority,
Actions,
Tags = NULL,
Transforms = NULL
)Arguments
- ListenerArn
[required] The Amazon Resource Name (ARN) of the listener.
- Conditions
[required] The conditions.
- Priority
[required] The rule priority. A listener can't have multiple rules with the same priority.
- Actions
[required] The actions.
The tags to assign to the rule.
- Transforms
The transforms to apply to requests that match this rule. You can add one host header rewrite transform and one URL rewrite transform.