Uses of Class
software.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule.Builder
Package
Description
AWS::Route53RecoveryControl Construct Library
-
Uses of CfnSafetyRule.Builder in software.amazon.awscdk.services.route53recoverycontrol
Modifier and TypeMethodDescriptionCfnSafetyRule.Builder.assertionRule
(IResolvable 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.CfnSafetyRule.Builder.assertionRule
(CfnSafetyRule.AssertionRuleProperty 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.CfnSafetyRule.Builder.controlPanelArn
(String controlPanelArn) The Amazon Resource Name (ARN) of the control panel.static CfnSafetyRule.Builder
CfnSafetyRule.Builder.gatingRule
(IResolvable gatingRule) A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.CfnSafetyRule.Builder.gatingRule
(CfnSafetyRule.GatingRuleProperty gatingRule) A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.The name of the assertion rule.CfnSafetyRule.Builder.ruleConfig
(IResolvable ruleConfig) The criteria that you set for specific assertion controls (routing controls) that designate how many control states must beON
as the result of a transaction.CfnSafetyRule.Builder.ruleConfig
(CfnSafetyRule.RuleConfigProperty ruleConfig) The criteria that you set for specific assertion controls (routing controls) that designate how many control states must beON
as the result of a transaction.The tags associated with the safety rule.