class Aws::Route53RecoveryControlConfig::Types::AssertionRuleUpdate
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.
@note When making an API call, you may pass AssertionRuleUpdate
data as a hash: { name: "__stringMin1Max64PatternS", # required safety_rule_arn: "__string", # required wait_period_ms: 1, # required }
@!attribute [rw] name
The name of the assertion rule. You can use any non-white space character in the name. @return [String]
@!attribute [rw] safety_rule_arn
The Amazon Resource Name (ARN) of the assertion rule. @return [String]
@!attribute [rw] wait_period_ms
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail. This helps prevent "flapping" of state. The wait period is 5000 ms by default, but you can choose a custom value. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/route53-recovery-control-config-2020-11-02/AssertionRuleUpdate AWS API Documentation
Constants
- SENSITIVE