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