Enum PerformanceInsightRetention

java.lang.Object
java.lang.Enum<PerformanceInsightRetention>
software.amazon.awscdk.services.rds.PerformanceInsightRetention
All Implemented Interfaces:
Serializable, Comparable<PerformanceInsightRetention>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.99.0 (build 8f757e4)", date="2024-06-13T18:49:24.562Z") @Stability(Stable) public enum PerformanceInsightRetention extends Enum<PerformanceInsightRetention>
The retention period for Performance Insight data, in days.

Per https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod This must be either

  • 7 days (the default, free tier)
  • month * 31, where month is a number of months from 1-23
  • 731 (2 years)