Class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementConditionOperandProperty
An operand of the enablement condition.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementConditionOperandProperty : CfnEvaluationFormPropsMixin.IEvaluationFormItemEnablementConditionOperandProperty
Syntax (vb)
Public Class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementConditionOperandProperty Implements CfnEvaluationFormPropsMixin.IEvaluationFormItemEnablementConditionOperandProperty
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.CfnPropertyMixins.AWS.Connect;
var evaluationFormItemEnablementConditionOperandProperty = new EvaluationFormItemEnablementConditionOperandProperty {
Expression = new EvaluationFormItemEnablementExpressionProperty {
Comparator = "comparator",
Source = new EvaluationFormItemEnablementSourceProperty {
RefId = "refId",
Type = "type"
},
Values = new [] { new EvaluationFormItemEnablementSourceValueProperty {
RefId = "refId",
Type = "type"
} }
}
};
Synopsis
Constructors
| EvaluationFormItemEnablementConditionOperandProperty() | An operand of the enablement condition. |
Properties
| Expression | An expression of the enablement condition. |
Constructors
EvaluationFormItemEnablementConditionOperandProperty()
An operand of the enablement condition.
public EvaluationFormItemEnablementConditionOperandProperty()
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.CfnPropertyMixins.AWS.Connect;
var evaluationFormItemEnablementConditionOperandProperty = new EvaluationFormItemEnablementConditionOperandProperty {
Expression = new EvaluationFormItemEnablementExpressionProperty {
Comparator = "comparator",
Source = new EvaluationFormItemEnablementSourceProperty {
RefId = "refId",
Type = "type"
},
Values = new [] { new EvaluationFormItemEnablementSourceValueProperty {
RefId = "refId",
Type = "type"
} }
}
};
Properties
Expression
An expression of the enablement condition.
public object? Expression { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnEvaluationFormPropsMixin.IEvaluationFormItemEnablementExpressionProperty