class Aws::Route53RecoveryControlConfig::Types::GatingRuleUpdate
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.
@note When making an API call, you may pass GatingRuleUpdate
data as a hash: { name: "__stringMin1Max64PatternS", # required safety_rule_arn: "__string", # required wait_period_ms: 1, # required }
@!attribute [rw] name
The name for the gating rule. @return [String]
@!attribute [rw] safety_rule_arn
The Amazon Resource Name (ARN) of the gating 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/GatingRuleUpdate AWS API Documentation
Constants
- SENSITIVE