Interface CfnDataTable.LockVersionProperty

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

@Stability(Stable) public static interface CfnDataTable.LockVersionProperty extends software.amazon.jsii.JsiiSerializable
The lock version of the Data Table.

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.*;
 LockVersionProperty lockVersionProperty = LockVersionProperty.builder()
         .dataTable("dataTable")
         .build();
 

See Also: