Interface CfnDataTableAttributePropsMixin.EnumProperty

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

@Stability(Stable) public static interface CfnDataTableAttributePropsMixin.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.mixins.preview.services.connect.mixins.*;
 EnumProperty enumProperty = EnumProperty.builder()
         .strict(false)
         .values(List.of("values"))
         .build();
 

See Also: