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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cassandra.CfnTable.CdcSpecificationProperty
CfnTable.CdcSpecificationProperty.Builder, CfnTable.CdcSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.CdcSpecificationProperty.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 StringThe status of the CDC stream.getTags()The tags (key-value pairs) that you want to apply to the stream.final StringThe view type specifies the changes Amazon Keyspaces records for each changed row in the stream.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 theCfnTable.CdcSpecificationProperty.Builder.
-
-
Method Details
-
getStatus
Description copied from interface:CfnTable.CdcSpecificationPropertyThe status of the CDC stream.You can enable or disable a stream for a table.
- Specified by:
getStatusin interfaceCfnTable.CdcSpecificationProperty- See Also:
-
getTags
Description copied from interface:CfnTable.CdcSpecificationPropertyThe tags (key-value pairs) that you want to apply to the stream.- Specified by:
getTagsin interfaceCfnTable.CdcSpecificationProperty- See Also:
-
getViewType
Description copied from interface:CfnTable.CdcSpecificationPropertyThe 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:
getViewTypein interfaceCfnTable.CdcSpecificationProperty- See Also:
-
$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()
-