View source: R/elbv2_operations.R
elbv2_create_rule | R Documentation |
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.
elbv2_create_rule(ListenerArn, Conditions, Priority, Actions, Tags = NULL)
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. |
Tags |
The tags to assign to the rule. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.