Class TableOptionsV2.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.TableOptionsV2.Jsii$Proxy
- All Implemented Interfaces:
TableOptionsV2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TableOptionsV2
@Stability(Stable)
@Internal
public static final class TableOptionsV2.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TableOptionsV2
An implementation for
TableOptionsV2-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.TableOptionsV2
TableOptionsV2.Builder, TableOptionsV2.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TableOptionsV2.Builder builder) Constructor that initializes the object based on literal property values passed by theTableOptionsV2.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanWhether CloudWatch contributor insights is enabled.final BooleanWhether deletion protection is enabled.final IStreamKinesis Data Stream to capture item level changes.final BooleanWhether point-in-time recovery is enabled.final TableClassThe table class.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theTableOptionsV2.Builder.
-
-
Method Details
-
getContributorInsights
Description copied from interface:TableOptionsV2Whether CloudWatch contributor insights is enabled.Default: false
- Specified by:
getContributorInsightsin interfaceTableOptionsV2
-
getDeletionProtection
Description copied from interface:TableOptionsV2Whether deletion protection is enabled.Default: false
- Specified by:
getDeletionProtectionin interfaceTableOptionsV2
-
getKinesisStream
Description copied from interface:TableOptionsV2Kinesis Data Stream to capture item level changes.Default: - no Kinesis Data Stream
- Specified by:
getKinesisStreamin interfaceTableOptionsV2
-
getPointInTimeRecovery
Description copied from interface:TableOptionsV2Whether point-in-time recovery is enabled.Default: false
- Specified by:
getPointInTimeRecoveryin interfaceTableOptionsV2
-
getTableClass
Description copied from interface:TableOptionsV2The table class.Default: TableClass.STANDARD
- Specified by:
getTableClassin interfaceTableOptionsV2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-