Class CfnTable.StreamSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnTable.StreamSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnTable.StreamSpecificationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTable.StreamSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnTable.StreamSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.StreamSpecificationProperty
An implementation for 
CfnTable.StreamSpecificationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnTable.StreamSpecificationPropertyCfnTable.StreamSpecificationProperty.Builder, CfnTable.StreamSpecificationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.StreamSpecificationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnTable.StreamSpecificationProperty.Builder.
 
- 
- 
Method Details- 
getStreamViewTypeDescription copied from interface:CfnTable.StreamSpecificationPropertyWhen an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.Valid values for StreamViewTypeare:- KEYS_ONLY- Only the key attributes of the modified item are written to the stream.
- NEW_IMAGE- The entire item, as it appears after it was modified, is written to the stream.
- OLD_IMAGE- The entire item, as it appeared before it was modified, is written to the stream.
- NEW_AND_OLD_IMAGES- Both the new and the old item images of the item are written to the stream.
 - Specified by:
- getStreamViewTypein interface- CfnTable.StreamSpecificationProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-