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 |
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 | The identifier to reference the item. |
| type? | string | Type of the source entity value. |
refId?
Type:
string
(optional)
The identifier to reference the item.
type?
Type:
string
(optional)
Type of the source entity value.

.NET
Go
Java
Python
TypeScript