Replaces the specified properties of the specified rule
Source:R/elbv2_operations.R
elbv2_modify_rule.RdReplaces 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,
Transforms = NULL,
ResetTransforms = NULL
)Arguments
- RuleArn
[required] The Amazon Resource Name (ARN) of the rule.
- Conditions
The conditions.
- Actions
The actions.
- Transforms
The transforms to apply to requests that match this rule. You can add one host header rewrite transform and one URL rewrite transform. If you specify
Transforms, you can't specifyResetTransforms.- ResetTransforms
Indicates whether to remove all transforms from the rule. If you specify
ResetTransforms, you can't specifyTransforms.