elbv2_create_rule {paws.networking}R Documentation

Creates a rule for the specified listener

Description

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)

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.

Tags

The tags to assign to the rule.


[Package paws.networking version 0.9.0 Index]