AwsRdsPerformanceInsightsArgs
interface AwsRdsPerformanceInsightsArgs {
enabled?: boolean;
retentionPeriod?: number;
}Performance Insights settings for the cluster instances.
Example
CODE
const performanceInsights: AwsRdsPerformanceInsightsArgs = { enabled: true, retentionPeriod: 7 };Properties
enabled: boolean
Enables Performance Insights. Defaults to true in prd, otherwise false; set true explicitly in non-production environments to enable it.
retentionPeriod: number
Retention period in days when enabled. Accepts 7, 731, or a multiple of 31 up to 713; defaults to 7.