vpclattice_update_rule: Updates a rule for the listener

View source: R/vpclattice_operations.R

vpclattice_update_ruleR Documentation

Updates a rule for the listener

Description

Updates a 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(
  action = NULL,
  listenerIdentifier,
  match = NULL,
  priority = NULL,
  ruleIdentifier,
  serviceIdentifier
)

Arguments

action

Information about the action for the specified listener rule.

listenerIdentifier

[required] The ID or Amazon Resource Name (ARN) of the listener.

match

The rule match.

priority

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

ruleIdentifier

[required] The ID or Amazon Resource Name (ARN) of the rule.

serviceIdentifier

[required] The ID or Amazon Resource Name (ARN) of the service.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.