@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:24.494Z") @Stability(value=Stable) public enum PerformanceInsightRetention extends Enum<PerformanceInsightRetention>
| Enum Constant and Description |
|---|
DEFAULT
Default retention period of 7 days.
|
LONG_TERM
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=Stable) public static final PerformanceInsightRetention DEFAULT
@Stability(value=Stable) 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 © 2022. All rights reserved.