Class CfnGlobalTable.CapacityAutoScalingSettingsProperty.Jsii$Proxy

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

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

  • Method Details

    • getMaxCapacity

      public final Number getMaxCapacity()
      Description copied from interface: CfnGlobalTable.CapacityAutoScalingSettingsProperty
      The maximum provisioned capacity units for the global table.
      Specified by:
      getMaxCapacity in interface CfnGlobalTable.CapacityAutoScalingSettingsProperty
    • getMinCapacity

      public final Number getMinCapacity()
      Description copied from interface: CfnGlobalTable.CapacityAutoScalingSettingsProperty
      The minimum provisioned capacity units for the global table.
      Specified by:
      getMinCapacity in interface CfnGlobalTable.CapacityAutoScalingSettingsProperty
    • getTargetTrackingScalingPolicyConfiguration

      public final Object getTargetTrackingScalingPolicyConfiguration()
      Description copied from interface: CfnGlobalTable.CapacityAutoScalingSettingsProperty
      Defines a target tracking scaling policy.
      Specified by:
      getTargetTrackingScalingPolicyConfiguration in interface CfnGlobalTable.CapacityAutoScalingSettingsProperty
    • getSeedCapacity

      public final Number getSeedCapacity()
      Description copied from interface: CfnGlobalTable.CapacityAutoScalingSettingsProperty
      When switching billing mode from PAY_PER_REQUEST to PROVISIONED , DynamoDB requires you to specify read and write capacity unit values for the table and for each global secondary index.

      These values will be applied to all replicas. The table will use these provisioned values until CloudFormation creates the autoscaling policies you configured in your template. CloudFormation cannot determine what capacity the table and its global secondary indexes will require in this time period, since they are application-dependent.

      If you want to switch a table's billing mode from PAY_PER_REQUEST to PROVISIONED , you must specify a value for this property for each autoscaled resource. If you specify different values for the same resource in different regions, CloudFormation will use the highest value found in either the SeedCapacity or ReadCapacityUnits properties. For example, if your global secondary index myGSI has a SeedCapacity of 10 in us-east-1 and a fixed ReadCapacityUnits of 20 in eu-west-1, CloudFormation will initially set the read capacity for myGSI to 20. Note that if you disable ScaleIn for myGSI in us-east-1, its read capacity units might not be set back to 10.

      You must also specify a value for SeedCapacity when you plan to switch a table's billing mode from PROVISIONED to PAY_PER_REQUEST , because CloudFormation might need to roll back the operation (reverting the billing mode to PROVISIONED ) and this cannot succeed without specifying a value for SeedCapacity .

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