PerformanceInsightRetention

class aws_cdk.aws_rds.PerformanceInsightRetention(value)

Bases: Enum

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)

Attributes

DEFAULT

Default retention period of 7 days.

LONG_TERM

Long term retention period of 2 years.