interface EvaluationFormItemEnablementSourceValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnEvaluationForm_EvaluationFormItemEnablementSourceValueProperty |
Java | software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty |
Python | aws_cdk.aws_connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnEvaluationForm » EvaluationFormItemEnablementSourceValueProperty |
An enablement expression source value.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const evaluationFormItemEnablementSourceValueProperty: connect.CfnEvaluationForm.EvaluationFormItemEnablementSourceValueProperty = {
refId: 'refId',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| ref | string | A referenceId of the source value. |
| type? | string | A type of source item value. |
refId?
Type:
string
(optional)
A referenceId of the source value.
type?
Type:
string
(optional)
A type of source item value.

.NET
Go
Java
Python
TypeScript