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

JSON

{ "Inverted" : Boolean, "Threshold" : Integer, "Type" : String }

YAML

Inverted: Boolean Threshold: Integer Type: String

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: Replacement

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 an ATLEAST type.

Required: Yes

Type: Integer

Update requires: Replacement

Type

A rule can be one of the following: ATLEAST, AND, or OR.

Required: Yes

Type: String

Allowed values: AND | OR | ATLEAST

Update requires: Replacement