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
  • 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

      protected Jsii$Proxy(CfnTable.StreamSpecificationProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnTable.StreamSpecificationProperty.Builder.
  • Method Details

    • getStreamViewType

      public final String getStreamViewType()
      Description copied from interface: CfnTable.StreamSpecificationProperty
      When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.

      Valid values for StreamViewType are:

      • 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:
      getStreamViewType in interface CfnTable.StreamSpecificationProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object