interface ValuesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnPredefinedAttributePropsMixin.ValuesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnPredefinedAttributePropsMixin_ValuesProperty |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnPredefinedAttributePropsMixin.ValuesProperty |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnPredefinedAttributePropsMixin.ValuesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » CfnPredefinedAttributePropsMixin » 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 { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const valuesProperty: connect_mixins.CfnPredefinedAttributePropsMixin.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.

.NET
Go
Java
Python
TypeScript