aws-cdk-lib.aws_rds.PerformanceInsightRetention

enum PerformanceInsightRetention

LanguageType name
.NETAmazon.CDK.AWS.RDS.PerformanceInsightRetention
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrds#PerformanceInsightRetention
Javasoftware.amazon.awscdk.services.rds.PerformanceInsightRetention
Pythonaws_cdk.aws_rds.PerformanceInsightRetention
TypeScript (source)aws-cdk-lib » aws_rds » 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)

Members

NameDescription
DEFAULTDefault retention period of 7 days.
MONTHS_1
MONTHS_2
MONTHS_3
MONTHS_4
MONTHS_5
MONTHS_6
MONTHS_7
MONTHS_8
MONTHS_9
MONTHS_10
MONTHS_11
MONTHS_12
MONTHS_13
MONTHS_14
MONTHS_15
MONTHS_16
MONTHS_17
MONTHS_18
MONTHS_19
MONTHS_20
MONTHS_21
MONTHS_22
MONTHS_23
LONG_TERMLong term retention period of 2 years.

DEFAULT

Default retention period of 7 days.


MONTHS_1


MONTHS_2


MONTHS_3


MONTHS_4


MONTHS_5


MONTHS_6


MONTHS_7


MONTHS_8


MONTHS_9


MONTHS_10


MONTHS_11


MONTHS_12


MONTHS_13


MONTHS_14


MONTHS_15


MONTHS_16


MONTHS_17


MONTHS_18


MONTHS_19


MONTHS_20


MONTHS_21


MONTHS_22


MONTHS_23


LONG_TERM

Long term retention period of 2 years.