elbv2_modify_rule {paws.networking} | R Documentation |
Replaces the specified properties of the specified rule
Description
Replaces the specified properties of the specified rule. Any properties that you do not specify are unchanged.
See https://www.paws-r-sdk.com/docs/elbv2_modify_rule/ for full documentation.
Usage
elbv2_modify_rule(RuleArn, Conditions = NULL, Actions = NULL)
Arguments
RuleArn |
[required] The Amazon Resource Name (ARN) of the rule. |
Conditions |
The conditions. |
Actions |
The actions. |
[Package paws.networking version 0.9.0 Index]