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

.NET
Go
Java
Python
TypeScript