Show / Hide Table of Contents

Class CfnRuleAssertion

A rule assertion.

Inheritance
System.Object
CfnRuleAssertion
Implements
ICfnRuleAssertion
Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public class CfnRuleAssertion : Object, ICfnRuleAssertion
Syntax (vb)
Public Class CfnRuleAssertion
    Inherits Object
    Implements 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;
var cfnRuleAssertion = new CfnRuleAssertion {
    Assert = cfnConditionExpression,
    AssertDescription = "assertDescription"
};

Synopsis

Constructors

CfnRuleAssertion()

Properties

Assert

The assertion.

AssertDescription

The assertion description.

Constructors

CfnRuleAssertion()

public CfnRuleAssertion()

Properties

Assert

The assertion.

public ICfnConditionExpression Assert { get; set; }
Property Value

ICfnConditionExpression

AssertDescription

The assertion description.

public string AssertDescription { get; set; }
Property Value

System.String

Implements

ICfnRuleAssertion
Back to top Generated by DocFX