This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Route53RecoveryControl::SafetyRule AssertionRule
An assertion rule enforces that, when you change a routing control state, that the criteria that you set in the rule configuration is met. 
            	Otherwise, the change to the routing control is not accepted. For example, the criteria might be that at least one routing 
            	control state is On after the transaction so that traffic continues to flow to at least one cell for the application.
            	This ensures that you avoid a fail-open scenario.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AssertedControls" :[ String, ... ], "WaitPeriodMs" :Integer}
YAML
AssertedControls:- StringWaitPeriodMs:Integer
Properties
- AssertedControls
- 
                    The routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed. For example, you might include three routing controls, one for each of three AWS Regions. Required: Yes Type: Array of String Update requires: Some interruptions 
- WaitPeriodMs
- 
                    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. Required: Yes Type: Integer Update requires: No interruption