Class PerformanceInsightRetention
The retention period for Performance Insight data, in days.
Inheritance
System.Object
PerformanceInsightRetention
Assembly: Amazon.CDK.Lib.dll
public sealed class PerformanceInsightRetention : Enum
Public NotInheritable Class PerformanceInsightRetention
Inherits
Enum
Vpc vpc;
Key kmsKey;
new DatabaseCluster(this, "Database", new DatabaseClusterProps {
Engine = DatabaseClusterEngine.AURORA,
Vpc = vpc,
EnablePerformanceInsights = true,
PerformanceInsightRetention = PerformanceInsightRetention.LONG_TERM,
PerformanceInsightEncryptionKey = kmsKey,
Writer = ClusterInstance.Provisioned("Writer", new ProvisionedClusterInstanceProps {
InstanceType = InstanceType.Of(InstanceClass.R7G, InstanceSize.LARGE)
})
});
Fields
Fields
Default retention period of 7 days.
public const PerformanceInsightRetention DEFAULT
Field Value
Long term retention period of 2 years.
public const PerformanceInsightRetention LONG_TERM
Field Value
public const PerformanceInsightRetention MONTHS_1
Field Value
public const PerformanceInsightRetention MONTHS_10
Field Value
public const PerformanceInsightRetention MONTHS_11
Field Value
public const PerformanceInsightRetention MONTHS_12
Field Value
public const PerformanceInsightRetention MONTHS_13
Field Value
public const PerformanceInsightRetention MONTHS_14
Field Value
public const PerformanceInsightRetention MONTHS_15
Field Value
public const PerformanceInsightRetention MONTHS_16
Field Value
public const PerformanceInsightRetention MONTHS_17
Field Value
public const PerformanceInsightRetention MONTHS_18
Field Value
public const PerformanceInsightRetention MONTHS_19
Field Value
public const PerformanceInsightRetention MONTHS_2
Field Value
public const PerformanceInsightRetention MONTHS_20
Field Value
public const PerformanceInsightRetention MONTHS_21
Field Value
public const PerformanceInsightRetention MONTHS_22
Field Value
public const PerformanceInsightRetention MONTHS_23
Field Value
public const PerformanceInsightRetention MONTHS_3
Field Value
public const PerformanceInsightRetention MONTHS_4
Field Value
public const PerformanceInsightRetention MONTHS_5
Field Value
public const PerformanceInsightRetention MONTHS_6
Field Value
public const PerformanceInsightRetention MONTHS_7
Field Value
public const PerformanceInsightRetention MONTHS_8
Field Value
public const PerformanceInsightRetention MONTHS_9
Field Value
Field Value
Type |
Description |
System.Int32 |
|