Show / Hide Table of Contents

Interface ICfnRuleConditionExpression

Interface to specify certain functions as Service Catalog rule-specific.

Inherited Members
IResolvable.Resolve(IResolveContext)
IResolvable.ToString()
IResolvable.CreationStack
IResolvable.TypeHint
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnRuleConditionExpression : ICfnConditionExpression, IResolvable
Syntax (vb)
Public Interface ICfnRuleConditionExpression Inherits ICfnConditionExpression, IResolvable
Remarks

These functions can only be used in Rules section of template.

Synopsis

Properties

Disambiguator

This field is only needed to defeat TypeScript's structural typing.

Properties

Disambiguator

This field is only needed to defeat TypeScript's structural typing.

bool Disambiguator { get; }
Property Value

bool

Remarks

It is never used.

Back to top Generated by DocFX