AWS::Route53RecoveryControl::SafetyRule RuleConfig
The rule configuration for an assertion rule. That is, the criteria that you set for specific assertion controls (routing controls) that specify how many controls must be enabled after a transaction completes.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Inverted
-
Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and vice versa.
Required: Yes
Type: Boolean
Update requires: Some interruptions
Threshold
-
The value of N, when you specify an
ATLEAST
rule type. That is,Threshold
is the number of controls that must be set when you specify anATLEAST
type.Required: Yes
Type: Integer
Update requires: Some interruptions
Type
-
A rule can be one of the following:
ATLEAST
,AND
, orOR
.Required: Yes
Type: String
Allowed values:
AND | OR | ATLEAST
Update requires: Some interruptions