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