@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-13T01:13:31.873Z") public enum FifoThroughputLimit extends java.lang.Enum<FifoThroughputLimit>
Enum Constant and Description |
---|
PER_MESSAGE_GROUP_ID
Throughput quota applies per message group id.
|
PER_QUEUE
Throughput quota applies per queue.
|
Modifier and Type | Method and Description |
---|---|
static FifoThroughputLimit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FifoThroughputLimit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FifoThroughputLimit PER_QUEUE
public static final FifoThroughputLimit PER_MESSAGE_GROUP_ID
public static FifoThroughputLimit[] values()
for (FifoThroughputLimit c : FifoThroughputLimit.values()) System.out.println(c);
public static FifoThroughputLimit valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null