Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.route53recoverycontrol.CfnSafetyRulePropsMixin.Builder
Packages that use CfnSafetyRulePropsMixin.Builder
-
Uses of CfnSafetyRulePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.route53recoverycontrol
Methods in software.amazon.awscdk.cfnpropertymixins.services.route53recoverycontrol that return CfnSafetyRulePropsMixin.BuilderModifier and TypeMethodDescriptionCfnSafetyRulePropsMixin.Builder.assertionRule(CfnSafetyRulePropsMixin.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.CfnSafetyRulePropsMixin.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.CfnSafetyRulePropsMixin.Builder.controlPanelArn(String controlPanelArn) The Amazon Resource Name (ARN) of the control panel.CfnSafetyRulePropsMixin.Builder.controlPanelArn(IControlPanelRef controlPanelArn) The Amazon Resource Name (ARN) of the control panel.CfnSafetyRulePropsMixin.Builder.create()CfnSafetyRulePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSafetyRulePropsMixin.Builder.gatingRule(CfnSafetyRulePropsMixin.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.CfnSafetyRulePropsMixin.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.The name of the assertion rule.CfnSafetyRulePropsMixin.Builder.ruleConfig(CfnSafetyRulePropsMixin.RuleConfigProperty ruleConfig) The criteria that you set for specific assertion controls (routing controls) that designate how many control states must beONas the result of a transaction.CfnSafetyRulePropsMixin.Builder.ruleConfig(IResolvable ruleConfig) The criteria that you set for specific assertion controls (routing controls) that designate how many control states must beONas the result of a transaction.The tags associated with the safety rule.