Delete Gateway Rule
| bedrockagentcorecontrol_delete_gateway_rule | R Documentation |
Deletes a gateway rule¶
Description¶
Deletes a gateway rule.
Usage¶
bedrockagentcorecontrol_delete_gateway_rule(gatewayIdentifier, ruleId)
Arguments¶
gatewayIdentifier |
[required] The identifier of the gateway containing the rule. |
ruleId |
[required] The unique identifier of the rule to delete. |
Value¶
A list with the following syntax:
list(
ruleId = "string",
status = "CREATING"|"ACTIVE"|"UPDATING"|"DELETING"
)
Request syntax¶
svc$delete_gateway_rule(
gatewayIdentifier = "string",
ruleId = "string"
)