Uses of Class
software.amazon.awscdk.core.CfnRule.Builder
-
Uses of CfnRule.Builder in software.amazon.awscdk.core
Modifier and TypeMethodDescriptionCfnRule.Builder.assertions
(List<? extends CfnRuleAssertion> assertions) Assertions which define the rule.static CfnRule.Builder
CfnRule.Builder.ruleCondition
(ICfnConditionExpression ruleCondition) If the rule condition evaluates to false, the rule doesn't take effect.