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