interface FieldIdentifierProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnTaskTemplatePropsMixin.FieldIdentifierProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnTaskTemplatePropsMixin_FieldIdentifierProperty |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnTaskTemplatePropsMixin.FieldIdentifierProperty |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnTaskTemplatePropsMixin.FieldIdentifierProperty |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » 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 { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const fieldIdentifierProperty: connect_mixins.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