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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPredefinedAttribute.ValuesPropertystatic final classAn implementation forCfnPredefinedAttribute.ValuesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStringList
Predefined attribute values of type string list.- See Also:
-
builder
-