class Aws::Route53RecoveryControlConfig::Types::UpdateSafetyRuleRequest
Request to update a safety rule. A safety rule can be an assertion rule or a gating rule.
@note When making an API call, you may pass UpdateSafetyRuleRequest
data as a hash: { assertion_rule_update: { name: "__stringMin1Max64PatternS", # required safety_rule_arn: "__string", # required wait_period_ms: 1, # required }, gating_rule_update: { name: "__stringMin1Max64PatternS", # required safety_rule_arn: "__string", # required wait_period_ms: 1, # required }, }
@!attribute [rw] assertion_rule_update
An update to an assertion rule. You can update the name or the evaluation period (wait period). If you don't specify one of the items to update, the item is unchanged. @return [Types::AssertionRuleUpdate]
@!attribute [rw] gating_rule_update
Update to a gating rule. You can update the name or the evaluation period (wait period). If you don't specify one of the items to update, the item is unchanged. @return [Types::GatingRuleUpdate]
@see docs.aws.amazon.com/goto/WebAPI/route53-recovery-control-config-2020-11-02/UpdateSafetyRuleRequest AWS API Documentation
Constants
- SENSITIVE