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