Skip to contents

Updates a specified rule for the listener. You can't modify a default listener rule. To modify a default listener rule, use update_listener.

See https://www.paws-r-sdk.com/docs/vpclattice_update_rule/ for full documentation.

Usage

vpclattice_update_rule(
  serviceIdentifier,
  listenerIdentifier,
  ruleIdentifier,
  match = NULL,
  priority = NULL,
  action = NULL
)

Arguments

serviceIdentifier

[required] The ID or ARN of the service.

listenerIdentifier

[required] The ID or ARN of the listener.

ruleIdentifier

[required] The ID or ARN of the rule.

match

The rule match.

priority

The rule priority. A listener can't have multiple rules with the same priority.

action

Information about the action for the specified listener rule.