bedrockagentcorecontrol_update_gateway_rule: Updates a gateway rule's priority, conditions, actions, or...

View source: R/bedrockagentcorecontrol_operations.R

bedrockagentcorecontrol_update_gateway_ruleR Documentation

Updates a gateway rule's priority, conditions, actions, or description

Description

Updates a gateway rule's priority, conditions, actions, or description.

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

Usage

bedrockagentcorecontrol_update_gateway_rule(
  gatewayIdentifier,
  ruleId,
  priority = NULL,
  conditions = NULL,
  actions = NULL,
  description = NULL
)

Arguments

gatewayIdentifier

[required] The identifier of the gateway containing the rule.

ruleId

[required] The unique identifier of the rule to update.

priority

The updated priority of the rule.

conditions

The updated conditions for the rule.

actions

The updated actions for the rule.

description

The updated description of the rule.


paws.machine.learning documentation built on May 31, 2026, 1:07 a.m.