interface FieldIdentifierProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnTaskTemplatePropsMixin.FieldIdentifierProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnTaskTemplatePropsMixin_FieldIdentifierProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnTaskTemplatePropsMixin.FieldIdentifierProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnTaskTemplatePropsMixin.FieldIdentifierProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnTaskTemplatePropsMixin » 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/cfn-property-mixins';
const fieldIdentifierProperty: connect.CfnTaskTemplatePropsMixin.FieldIdentifierProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the task template field. |
name?
Type:
string
(optional)
The name of the task template field.

.NET
Go
Java
Python
TypeScript