Class CfnGlobalTable.ProjectionProperty.Jsii$Proxy

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

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

    • getNonKeyAttributes

      public final List<String> getNonKeyAttributes()
      Description copied from interface: CfnGlobalTable.ProjectionProperty
      Represents the non-key attribute names which will be projected into the index.

      For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

      Specified by:
      getNonKeyAttributes in interface CfnGlobalTable.ProjectionProperty
    • getProjectionType

      public final String getProjectionType()
      Description copied from interface: CfnGlobalTable.ProjectionProperty
      The set of attributes that are projected into the index:.

      • KEYS_ONLY - Only the index and primary keys are projected into the index.
      • INCLUDE - In addition to the attributes described in KEYS_ONLY , the secondary index will include other non-key attributes that you specify.
      • ALL - All of the table attributes are projected into the index.
      Specified by:
      getProjectionType in interface CfnGlobalTable.ProjectionProperty
    • $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