View source: R/bedrockagentcorecontrol_operations.R
| bedrockagentcorecontrol_update_gateway_rule | R Documentation |
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.
bedrockagentcorecontrol_update_gateway_rule(
gatewayIdentifier,
ruleId,
priority = NULL,
conditions = NULL,
actions = NULL,
description = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.