route53recoverycontrolconfig_update_safety_rule {paws.networking} | R Documentation |
Update a safety rule (an assertion rule or gating rule)
Description
Update a safety rule (an assertion rule or gating rule). You can only update the name and the waiting period for a safety rule. To make other updates, delete the safety rule and create a new one.
See https://www.paws-r-sdk.com/docs/route53recoverycontrolconfig_update_safety_rule/ for full documentation.
Usage
route53recoverycontrolconfig_update_safety_rule(
AssertionRuleUpdate = NULL,
GatingRuleUpdate = NULL
)
Arguments
AssertionRuleUpdate |
The assertion rule to update. |
GatingRuleUpdate |
The gating rule to update. |
[Package paws.networking version 0.9.0 Index]