@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.744Z") @Stability(value=Stable) public interface CfnRuleProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleProps.Builder
A builder for
CfnRuleProps |
static class |
CfnRuleProps.Jsii$Proxy
An implementation for
CfnRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleProps.Builder |
builder() |
default List<CfnRuleAssertion> |
getAssertions()
Assertions which define the rule.
|
default ICfnConditionExpression |
getRuleCondition()
If the rule condition evaluates to false, the rule doesn't take effect.
|
@Stability(value=Stable) default List<CfnRuleAssertion> getAssertions()
@Stability(value=Stable) default ICfnConditionExpression getRuleCondition()
@Stability(value=Stable) static CfnRuleProps.Builder builder()
CfnRuleProps.Builder of CfnRulePropsCopyright © 2019. All rights reserved.