@Generated(value="jsii-pacmak/0.16.0 (build 98909b5)", date="2019-09-06T00:51:58.954Z") @Stability(value=Stable) public class CfnRule extends CfnRefElement
| Modifier | Constructor and Description |
|---|---|
|
CfnRule(Construct scope,
String id)
Creates and adds a rule.
|
|
CfnRule(Construct scope,
String id,
CfnRuleProps props)
Creates and adds a rule.
|
protected |
CfnRule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnRule(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssertion(ICfnConditionExpression condition,
String description)
Adds an assertion to the rule.
|
getRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRefprotected CfnRule(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnRule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnRule(Construct scope, String id, CfnRuleProps props)
scope - The parent construct.props - The rule props.@Stability(value=Stable) public void addAssertion(ICfnConditionExpression condition, String description)
condition - The expression to evaluation.description - The description of the assertion.Copyright © 2019. All rights reserved.