Interface CfnDataTableAttributePropsMixin.LockVersionProperty

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

@Stability(Stable) public static interface CfnDataTableAttributePropsMixin.LockVersionProperty 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.cfnpropertymixins.services.connect.*;
 LockVersionProperty lockVersionProperty = LockVersionProperty.builder()
         .attribute("attribute")
         .dataTable("dataTable")
         .build();
 

See Also: