Interface CfnRuleGroup.NotStatementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroup.NotStatementProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroup
@Stability(Stable)
public static interface CfnRuleGroup.NotStatementProperty
extends software.amazon.jsii.JsiiSerializable
A logical rule statement used to negate the results of another rule statement.
You provide one Statement within the NotStatement .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroup.NotStatementPropertystatic final classAn implementation forCfnRuleGroup.NotStatementProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatement
The statement to negate.You can use any statement that can be nested.
Returns union: either
IResolvableorCfnRuleGroup.StatementProperty- See Also:
-
builder
-