@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:58.710Z") @Stability(value=Experimental) public interface CfnRuleAssertion extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
ICfnConditionExpression cfnConditionExpression;
CfnRuleAssertion cfnRuleAssertion = CfnRuleAssertion.builder()
.assert(cfnConditionExpression)
.assertDescription("assertDescription")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleAssertion.Builder
A builder for
CfnRuleAssertion |
static class |
CfnRuleAssertion.Jsii$Proxy
An implementation for
CfnRuleAssertion |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleAssertion.Builder |
builder() |
String |
getAssertDescription()
(experimental) The assertion description.
|
ICfnConditionExpression |
getAssertValue()
(experimental) The assertion.
|
@Stability(value=Experimental) @NotNull ICfnConditionExpression getAssertValue()
@Stability(value=Experimental) @NotNull String getAssertDescription()
@Stability(value=Experimental) static CfnRuleAssertion.Builder builder()
CfnRuleAssertion.Builder of CfnRuleAssertionCopyright © 2022. All rights reserved.