AWS::Route53RecoveryControl::SafetyRule AssertionRule - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "AssertedControls" : [ String, ... ], "WaitPeriodMs" : Integer }

YAML

AssertedControls: - String WaitPeriodMs: 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 Amazon Regions.

Required: Yes

Type: Array of String

Update requires: No interruption

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