Enum FifoThroughputLimit

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:38.035Z") @Stability(Stable) public enum FifoThroughputLimit extends Enum<FifoThroughputLimit>
Whether the FIFO queue throughput quota applies to the entire queue or per message group.
  • Enum Constant Details

    • PER_QUEUE

      @Stability(Stable) public static final FifoThroughputLimit PER_QUEUE
      Throughput quota applies per queue.
    • PER_MESSAGE_GROUP_ID

      @Stability(Stable) public static final FifoThroughputLimit PER_MESSAGE_GROUP_ID
      Throughput quota applies per message group id.
  • Method Details

    • values

      public static FifoThroughputLimit[] 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 FifoThroughputLimit 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