Class ReplicaGlobalSecondaryIndexOptions.Jsii$Proxy

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

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

    • getContributorInsights

      public final Boolean getContributorInsights()
      Description copied from interface: ReplicaGlobalSecondaryIndexOptions
      Whether CloudWatch contributor insights is enabled for a specific global secondary index on a replica table.

      Default: - inherited from the primary table

      Specified by:
      getContributorInsights in interface ReplicaGlobalSecondaryIndexOptions
    • getReadCapacity

      public final Capacity getReadCapacity()
      Description copied from interface: ReplicaGlobalSecondaryIndexOptions
      The read capacity for a specific global secondary index on a replica table.

      Note: This can only be configured if primary table billing is provisioned.

      Default: - inherited from the primary table

      Specified by:
      getReadCapacity in interface ReplicaGlobalSecondaryIndexOptions
    • $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