@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.029Z") @Stability(value=Experimental) public enum PerformanceInsightRetention extends Enum<PerformanceInsightRetention>
| Enum Constant and Description |
|---|
DEFAULT
(experimental) Default retention period of 7 days.
|
LONG_TERM
(experimental) Long term retention period of 2 years.
|
| Modifier and Type | Method and Description |
|---|---|
static PerformanceInsightRetention |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceInsightRetention[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final PerformanceInsightRetention DEFAULT
@Stability(value=Experimental) public static final PerformanceInsightRetention LONG_TERM
public static PerformanceInsightRetention[] values()
for (PerformanceInsightRetention c : PerformanceInsightRetention.values()) System.out.println(c);
public static PerformanceInsightRetention 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.