Class CfnTable.CdcSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cassandra.CfnTable.CdcSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.CdcSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.CdcSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnTable.CdcSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.CdcSpecificationProperty
An implementation for
CfnTable.CdcSpecificationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cassandra.CfnTable.CdcSpecificationProperty
CfnTable.CdcSpecificationProperty.Builder, CfnTable.CdcSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.CdcSpecificationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The status of the CDC stream.getTags()
The tags (key-value pairs) that you want to apply to the stream.final String
The view type specifies the changes Amazon Keyspaces records for each changed row in the stream.final int
hashCode()
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 theCfnTable.CdcSpecificationProperty.Builder
.
-
-
Method Details
-
getStatus
Description copied from interface:CfnTable.CdcSpecificationProperty
The status of the CDC stream.You can enable or disable a stream for a table.
- Specified by:
getStatus
in interfaceCfnTable.CdcSpecificationProperty
- See Also:
-
getTags
Description copied from interface:CfnTable.CdcSpecificationProperty
The tags (key-value pairs) that you want to apply to the stream.- Specified by:
getTags
in interfaceCfnTable.CdcSpecificationProperty
- See Also:
-
getViewType
Description copied from interface:CfnTable.CdcSpecificationProperty
The view type specifies the changes Amazon Keyspaces records for each changed row in the stream.After you create the stream, you can't make changes to this selection.
The options are:
NEW_AND_OLD_IMAGES
- both versions of the row, before and after the change. This is the default.NEW_IMAGE
- the version of the row after the change.OLD_IMAGE
- the version of the row before the change.KEYS_ONLY
- the partition and clustering keys of the row that was changed.
Default: - "NEW_AND_OLD_IMAGES"
- Specified by:
getViewType
in interfaceCfnTable.CdcSpecificationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-