interface FieldIdentifierProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnTaskTemplate.FieldIdentifierProperty |
![]() | software.amazon.awscdk.services.connect.CfnTaskTemplate.FieldIdentifierProperty |
![]() | aws_cdk.aws_connect.CfnTaskTemplate.FieldIdentifierProperty |
![]() | @aws-cdk/aws-connect » CfnTaskTemplate » FieldIdentifierProperty |
The identifier of the task template field.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as connect from '@aws-cdk/aws-connect';
const fieldIdentifierProperty: connect.CfnTaskTemplate.FieldIdentifierProperty = {
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the task template field. |
name
Type:
string
The name of the task template field.