Class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty
An enablement expression source value.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty : CfnEvaluationFormPropsMixin.IEvaluationFormItemEnablementSourceValueProperty
Syntax (vb)
Public Class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty Implements CfnEvaluationFormPropsMixin.IEvaluationFormItemEnablementSourceValueProperty
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 evaluationFormItemEnablementSourceValueProperty = new EvaluationFormItemEnablementSourceValueProperty {
RefId = "refId",
Type = "type"
};
Synopsis
Constructors
| EvaluationFormItemEnablementSourceValueProperty() | An enablement expression source value. |
Properties
| RefId | A referenceId of the source value. |
| Type | A type of source item value. |
Constructors
EvaluationFormItemEnablementSourceValueProperty()
An enablement expression source value.
public EvaluationFormItemEnablementSourceValueProperty()
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 evaluationFormItemEnablementSourceValueProperty = new EvaluationFormItemEnablementSourceValueProperty {
RefId = "refId",
Type = "type"
};
Properties
RefId
A referenceId of the source value.
public string? RefId { get; set; }
Property Value
Remarks
Type
A type of source item value.
public string? Type { get; set; }