Class CfnGlobalTable.GlobalSecondaryIndexProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnGlobalTable.GlobalSecondaryIndexProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGlobalTable.GlobalSecondaryIndexProperty
  • Constructor Details

  • Method Details

    • getIndexName

      public final String getIndexName()
      Description copied from interface: CfnGlobalTable.GlobalSecondaryIndexProperty
      The name of the global secondary index.

      The name must be unique among all other indexes on this table.

      Specified by:
      getIndexName in interface CfnGlobalTable.GlobalSecondaryIndexProperty
    • getKeySchema

      public final Object getKeySchema()
      Description copied from interface: CfnGlobalTable.GlobalSecondaryIndexProperty
      The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types: - HASH - partition key - RANGE - sort key > The partition key of an item is also known as its hash attribute .

      The term "hash attribute" derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

      The sort key of an item is also known as its range attribute . The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

      Specified by:
      getKeySchema in interface CfnGlobalTable.GlobalSecondaryIndexProperty
    • getProjection

      public final Object getProjection()
      Description copied from interface: CfnGlobalTable.GlobalSecondaryIndexProperty
      Represents attributes that are copied (projected) from the table into the global secondary index.

      These are in addition to the primary key attributes and index key attributes, which are automatically projected.

      Specified by:
      getProjection in interface CfnGlobalTable.GlobalSecondaryIndexProperty
    • getWriteProvisionedThroughputSettings

      public final Object getWriteProvisionedThroughputSettings()
      Description copied from interface: CfnGlobalTable.GlobalSecondaryIndexProperty
      Defines write capacity settings for the global secondary index.

      You must specify a value for this property if the table's BillingMode is PROVISIONED . All replicas will have the same write capacity settings for this global secondary index.

      Specified by:
      getWriteProvisionedThroughputSettings in interface CfnGlobalTable.GlobalSecondaryIndexProperty
    • $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