interface CfnRuleAssertion
Language | Type name |
---|---|
.NET | Amazon.CDK.CfnRuleAssertion |
Java | software.amazon.awscdk.core.CfnRuleAssertion |
Python | aws_cdk.core.CfnRuleAssertion |
TypeScript (source) | @aws-cdk/core » CfnRuleAssertion |
A rule assertion.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from '@aws-cdk/core';
declare const cfnConditionExpression: cdk.ICfnConditionExpression;
const cfnRuleAssertion: cdk.CfnRuleAssertion = {
assert: cfnConditionExpression,
assertDescription: 'assertDescription',
};
Properties
Name | Type | Description |
---|---|---|
assert | ICfn | The assertion. |
assert | string | The assertion description. |
assert
Type:
ICfn
The assertion.
assertDescription
Type:
string
The assertion description.