interface AttributeConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnPredefinedAttribute.AttributeConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnPredefinedAttribute_AttributeConfigurationProperty |
![]() | software.amazon.awscdk.services.connect.CfnPredefinedAttribute.AttributeConfigurationProperty |
![]() | aws_cdk.aws_connect.CfnPredefinedAttribute.AttributeConfigurationProperty |
![]() | aws-cdk-lib » aws_connect » CfnPredefinedAttribute » AttributeConfigurationProperty |
Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
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 attributeConfigurationProperty: connect.CfnPredefinedAttribute.AttributeConfigurationProperty = {
enableValueValidationOnAssociation: false,
isReadOnly: false,
};
Properties
Name | Type | Description |
---|---|---|
enable | boolean | IResolvable | Enables customers to enforce strict validation on the specific values that this predefined attribute can hold. |
is | boolean | IResolvable | Allows the predefined attribute to show up and be managed in the Amazon Connect UI. |
enableValueValidationOnAssociation?
Type:
boolean |
IResolvable
(optional)
Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.
isReadOnly?
Type:
boolean |
IResolvable
(optional)
Allows the predefined attribute to show up and be managed in the Amazon Connect UI.