AWS::Connect::PredefinedAttributeTextual or numeric value that describes an attribute.
import { CfnPredefinedAttribute } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnPredefinedAttributeConfiguration passed to the constructor as CfnPredefinedAttributeProps.
instanceArnRequiredstringThe Amazon Resource Name (ARN) of the instance.
nameRequiredstringThe name of the predefined attribute.
attributeConfigurationOptionalIResolvable | AttributeConfigurationPropertyCustom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Amazon Connect admin website.
purposesOptionalstring[]Values that enable you to categorize your predefined attributes. You can use them in custom UI elements across the Amazon Connect admin website.
valuesOptionalIResolvable | ValuesPropertyThe values of a predefined attribute.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::PredefinedAttribute