Enum DynamoConsumedCapacity

java.lang.Object
java.lang.Enum<DynamoConsumedCapacity>
software.amazon.awscdk.services.stepfunctions.tasks.DynamoConsumedCapacity
All Implemented Interfaces:
Serializable, Comparable<DynamoConsumedCapacity>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:47.917Z") @Stability(Stable) public enum DynamoConsumedCapacity extends Enum<DynamoConsumedCapacity>
Determines the level of detail about provisioned throughput consumption that is returned.
  • Enum Constant Details

    • INDEXES

      @Stability(Stable) public static final DynamoConsumedCapacity INDEXES
      The response includes the aggregate ConsumedCapacity for the operation, together with ConsumedCapacity for each table and secondary index that was accessed.
    • TOTAL

      @Stability(Stable) public static final DynamoConsumedCapacity TOTAL
      The response includes only the aggregate ConsumedCapacity for the operation.
    • NONE

      @Stability(Stable) public static final DynamoConsumedCapacity NONE
      No ConsumedCapacity details are included in the response.
  • Method Details

    • values

      public static DynamoConsumedCapacity[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static DynamoConsumedCapacity valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null