Modifier and Type | Method and Description |
---|---|
CfnRule.Builder |
CfnRule.Builder.assertions(List<? extends CfnRuleAssertion> assertions)
Assertions which define the rule.
|
static CfnRule.Builder |
CfnRule.Builder.create(software.constructs.Construct scope,
String id) |
CfnRule.Builder |
CfnRule.Builder.ruleCondition(ICfnConditionExpression ruleCondition)
If the rule condition evaluates to false, the rule doesn't take effect.
|
Copyright © 2021. All rights reserved.