@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.126Z") @Stability(value=Experimental) public enum Monitoring extends Enum<Monitoring>
| Enum Constant and Description |
|---|
BASIC
(experimental) Generates metrics every 5 minutes.
|
DETAILED
(experimental) Generates metrics every minute.
|
| Modifier and Type | Method and Description |
|---|---|
static Monitoring |
valueOf(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.
|
@Stability(value=Experimental) public static final Monitoring BASIC
@Stability(value=Experimental) public static final Monitoring DETAILED
public static Monitoring[] values()
for (Monitoring c : Monitoring.values()) System.out.println(c);
public static Monitoring valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.