Skip to contents

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,
  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 specify ResetTransforms.

ResetTransforms

Indicates whether to remove all transforms from the rule. If you specify ResetTransforms, you can't specify Transforms.