interface FieldIdentifierProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnTaskTemplate.FieldIdentifierProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnTaskTemplate_FieldIdentifierProperty |
![]() | software.amazon.awscdk.services.connect.CfnTaskTemplate.FieldIdentifierProperty |
![]() | aws_cdk.aws_connect.CfnTaskTemplate.FieldIdentifierProperty |
![]() | aws-cdk-lib » 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 { aws_connect as connect } from 'aws-cdk-lib';
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.