| Modifier and Type | Method and Description |
|---|---|
CfnRule.Builder |
assertions(List<CfnRuleAssertion> assertions) |
CfnRule |
build() |
static CfnRule.Builder |
create(Construct scope,
String id) |
CfnRule.Builder |
ruleCondition(ICfnConditionExpression ruleCondition) |
@Stability(value=Stable) public static CfnRule.Builder create(Construct scope, String id)
scope - The parent construct. This parameter is required.id - This parameter is required.CfnRule.Builder.@Stability(value=Stable) public CfnRule.Builder assertions(List<CfnRuleAssertion> assertions)
assertions - Assertions which define the rule. This parameter is required.this@Stability(value=Stable) public CfnRule.Builder ruleCondition(ICfnConditionExpression ruleCondition)
ruleCondition - If the rule condition evaluates to false, the rule doesn't take effect. If the function in the rule condition evaluates to true, expressions in each assert are evaluated and applied. This parameter is required.this@Stability(value=Stable) public CfnRule build()
Copyright © 2019. All rights reserved.