@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:58.600Z") public enum Monitoring extends java.lang.Enum<Monitoring>
Enum Constant and Description |
---|
BASIC
Generates metrics every 5 minutes.
|
DETAILED
Generates metrics every minute.
|
Modifier and Type | Method and Description |
---|---|
static Monitoring |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Monitoring[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Monitoring BASIC
public static final Monitoring DETAILED
public static Monitoring[] values()
for (Monitoring c : Monitoring.values()) System.out.println(c);
public static Monitoring 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