AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::PredefinedAttribute

CfnPredefinedAttribute

Textual or numeric value that describes an attribute.

Import

import { CfnPredefinedAttribute } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnPredefinedAttribute

Properties

Configuration passed to the constructor as CfnPredefinedAttributeProps.

instanceArnRequired
string

The Amazon Resource Name (ARN) of the instance.

nameRequired
string

The name of the predefined attribute.

attributeConfigurationOptional
IResolvable | AttributeConfigurationProperty

Custom 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.

purposesOptional
string[]

Values that enable you to categorize your predefined attributes. You can use them in custom UI elements across the Amazon Connect admin website.

valuesOptional
IResolvable | ValuesProperty

The values of a predefined attribute.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter