interface InvisibleFieldInfoProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnTaskTemplate.InvisibleFieldInfoProperty |
![]() | software.amazon.awscdk.services.connect.CfnTaskTemplate.InvisibleFieldInfoProperty |
![]() | aws_cdk.aws_connect.CfnTaskTemplate.InvisibleFieldInfoProperty |
![]() | @aws-cdk/aws-connect » CfnTaskTemplate » InvisibleFieldInfoProperty |
A field that is invisible to an agent.
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 invisibleFieldInfoProperty: connect.CfnTaskTemplate.InvisibleFieldInfoProperty = {
id: {
name: 'name',
},
};
Properties
Name | Type | Description |
---|---|---|
id | IResolvable | Field | Identifier of the invisible field. |
id
Type:
IResolvable
|
Field
Identifier of the invisible field.