Package software.amazon.awscdk
Interface CfnRuleAssertion
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleAssertion.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:24:53.433Z")
@Stability(Stable)
public interface CfnRuleAssertion
extends software.amazon.jsii.JsiiSerializable
A rule assertion.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.*; ICfnConditionExpression cfnConditionExpression; CfnRuleAssertion cfnRuleAssertion = CfnRuleAssertion.builder() .assert(cfnConditionExpression) .assertDescription("assertDescription") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRuleAssertion
static final class
An implementation forCfnRuleAssertion
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnRuleAssertion.Builder
builder()
The assertion description.The assertion.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssertValue
The assertion. -
getAssertDescription
The assertion description. -
builder
- Returns:
- a
CfnRuleAssertion.Builder
ofCfnRuleAssertion
-