AWS::Route53RecoveryControl::SafetyRule RuleConfig - AWS CloudFormation

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:

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

Required: Yes

Type: Integer

Update requires: Some interruptions

Type

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

Required: Yes

Type: String

Allowed values: AND | OR | ATLEAST

Update requires: Some interruptions