interface FieldIdentifierProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Connect.CfnTaskTemplate.FieldIdentifierProperty | 
|  Java | software.amazon.awscdk.services.connect.CfnTaskTemplate.FieldIdentifierProperty | 
|  Python | aws_cdk.aws_connect.CfnTaskTemplate.FieldIdentifierProperty | 
|  TypeScript | @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.
