interface ValuesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnPredefinedAttribute.ValuesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnPredefinedAttribute_ValuesProperty |
![]() | software.amazon.awscdk.services.connect.CfnPredefinedAttribute.ValuesProperty |
![]() | aws_cdk.aws_connect.CfnPredefinedAttribute.ValuesProperty |
![]() | aws-cdk-lib » aws_connect » CfnPredefinedAttribute » ValuesProperty |
The values of a predefined attribute.
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 valuesProperty: connect.CfnPredefinedAttribute.ValuesProperty = {
stringList: ['stringList'],
};
Properties
Name | Type | Description |
---|---|---|
string | string[] | Predefined attribute values of type string list. |
stringList?
Type:
string[]
(optional)
Predefined attribute values of type string list.