Interface CfnPredefinedAttribute.ValuesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPredefinedAttribute.ValuesProperty.Jsii$Proxy
Enclosing class:
CfnPredefinedAttribute

@Stability(Stable) public static interface CfnPredefinedAttribute.ValuesProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.connect.*;
 ValuesProperty valuesProperty = ValuesProperty.builder()
         .stringList(List.of("stringList"))
         .build();
 

See Also: