| Modifier and Type | Method and Description |
|---|---|
CfnSafetyRule.Builder |
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 |
CfnSafetyRule.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 |
CfnSafetyRule.Builder.controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) for the control panel.
|
static CfnSafetyRule.Builder |
CfnSafetyRule.Builder.create(Construct scope,
String id) |
CfnSafetyRule.Builder |
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.
|
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 |
CfnSafetyRule.Builder.name(String name)
The name of the assertion rule.
|
CfnSafetyRule.Builder |
CfnSafetyRule.Builder.ruleConfig(CfnSafetyRule.RuleConfigProperty ruleConfig)
The criteria that you set for specific assertion controls (routing controls) that designate how many control states must be `ON` as the result of a transaction.
|
CfnSafetyRule.Builder |
CfnSafetyRule.Builder.ruleConfig(IResolvable ruleConfig)
The criteria that you set for specific assertion controls (routing controls) that designate how many control states must be `ON` as the result of a transaction.
|
CfnSafetyRule.Builder |
CfnSafetyRule.Builder.tags(List<? extends CfnTag> tags)
The value for a tag.
|
Copyright © 2022. All rights reserved.