Show / Hide Table of Contents

Interface ICfnRuleAssertion

A rule assertion.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public interface ICfnRuleAssertion
Syntax (vb)
Public Interface ICfnRuleAssertion
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;

ICfnConditionExpression cfnConditionExpression;
CfnRuleAssertion cfnRuleAssertion = new CfnRuleAssertion {
    Assert = cfnConditionExpression,
    AssertDescription = "assertDescription"
};

Synopsis

Properties

Assert

The assertion.

AssertDescription

The assertion description.

Properties

Assert

The assertion.

ICfnConditionExpression Assert { get; }
Property Value

ICfnConditionExpression

AssertDescription

The assertion description.

string AssertDescription { get; }
Property Value

System.String

Back to top Generated by DocFX