interface EvaluationFormItemEnablementSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnEvaluationFormPropsMixin_EvaluationFormItemEnablementSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnEvaluationFormPropsMixin » EvaluationFormItemEnablementSourceProperty |
An enablement expression source item.
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 evaluationFormItemEnablementSourceProperty: connect.CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceProperty = {
refId: 'refId',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| ref | string | A referenceId of the source item. |
| type? | string | A type of source item. |
refId?
Type:
string
(optional)
A referenceId of the source item.
type?
Type:
string
(optional)
A type of source item.

.NET
Go
Java
Python
TypeScript