Class TemplateRuleAssertion
An assertion within a template rule, defined by intrinsic functions.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TemplateRuleAssertion : Object, ITemplateRuleAssertion
Syntax (vb)
Public Class TemplateRuleAssertion
Inherits Object
Implements ITemplateRuleAssertion
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;
using Amazon.CDK.AWS.Servicecatalog;
ICfnRuleConditionExpression cfnRuleConditionExpression;
var templateRuleAssertion = new TemplateRuleAssertion {
Assert = cfnRuleConditionExpression,
// the properties below are optional
Description = "description"
};
Synopsis
Constructors
Template |
Properties
Assert | The assertion condition. |
Description | The description for the asssertion. |
Constructors
TemplateRuleAssertion()
public TemplateRuleAssertion()
Properties
Assert
The assertion condition.
public ICfnRuleConditionExpression Assert { get; set; }
Property Value
Description
The description for the asssertion.
public string Description { get; set; }
Property Value
System.
Remarks
Default: - no description provided for the assertion.