Interface CfnDataTableAttribute.EnumProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataTableAttribute.EnumProperty.Jsii$Proxy
- Enclosing class:
CfnDataTableAttribute
@Stability(Stable)
public static interface CfnDataTableAttribute.EnumProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
EnumProperty enumProperty = EnumProperty.builder()
.strict(false)
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataTableAttribute.EnumPropertystatic final classAn implementation forCfnDataTableAttribute.EnumProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherBooleanorIResolvableMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStrict
Returns union: eitherBooleanorIResolvable- See Also:
-
getValues
- See Also:
-
builder
-