Class StreamGrantsProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.StreamGrantsProps.Jsii$Proxy
All Implemented Interfaces:
StreamGrantsProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
StreamGrantsProps

@Stability(Stable) @Internal public static final class StreamGrantsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StreamGrantsProps
An implementation for StreamGrantsProps
  • 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(StreamGrantsProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the StreamGrantsProps.Builder.
  • Method Details

    • getTable

      public final ITableRef getTable()
      Description copied from interface: StreamGrantsProps
      The table this stream is for.
      Specified by:
      getTable in interface StreamGrantsProps
    • getTableStreamArn

      public final String getTableStreamArn()
      Description copied from interface: StreamGrantsProps
      The ARN of the Stream.
      Specified by:
      getTableStreamArn in interface StreamGrantsProps
    • getEncryptionKey

      public final IKey getEncryptionKey()
      Description copied from interface: StreamGrantsProps
      The encryption key of the table.

      Required permissions will be added to the key as well.

      Default: - No key

      Specified by:
      getEncryptionKey in interface StreamGrantsProps
    • $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