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.103.1 (build bef2dea)", date="2024-09-11T18:01:22.504Z") @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)