Interface CfnDataTableAttribute.LockVersionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataTableAttribute.LockVersionProperty.Jsii$Proxy
- Enclosing class:
CfnDataTableAttribute
@Stability(Stable)
public static interface CfnDataTableAttribute.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.services.connect.*;
LockVersionProperty lockVersionProperty = LockVersionProperty.builder()
.attribute("attribute")
.dataTable("dataTable")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataTableAttribute.LockVersionPropertystatic final classAn implementation forCfnDataTableAttribute.LockVersionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttribute
- See Also:
-
getDataTable
- See Also:
-
builder
-