interface EvaluationFormItemEnablementSourceValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnEvaluationFormPropsMixin_EvaluationFormItemEnablementSourceValueProperty |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » CfnEvaluationFormPropsMixin » 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 { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const evaluationFormItemEnablementSourceValueProperty: connect_mixins.CfnEvaluationFormPropsMixin.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