Updates a gateway rule's priority, conditions, actions, or description
Source:R/bedrockagentcorecontrol_operations.R
bedrockagentcorecontrol_update_gateway_rule.RdUpdates 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.