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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataTable.LockVersionPropertystatic final classAn implementation forCfnDataTable.LockVersionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataTable
The data table for the lock version.- See Also:
-
builder
-