Skip to content

Commit 6c2d1b7

Browse files
authored
docs(rds): typo in RDS prop docs (#28115)
Fix typo found in RDS Performance Insights prop documentation. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 97fa162 commit 6c2d1b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/aws-cdk-lib/aws-rds/lib/aurora-cluster-instance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export interface ClusterInstanceOptions {
196196
/**
197197
* Whether to enable Performance Insights for the DB instance.
198198
*
199-
* @default - false, unless ``performanceInsightRentention`` or ``performanceInsightEncryptionKey`` is set.
199+
* @default - false, unless ``performanceInsightRetention`` or ``performanceInsightEncryptionKey`` is set.
200200
*/
201201
readonly enablePerformanceInsights?: boolean;
202202

packages/aws-cdk-lib/aws-rds/lib/instance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ export interface DatabaseInstanceNewProps {
532532
/**
533533
* Whether to enable Performance Insights for the DB instance.
534534
*
535-
* @default - false, unless ``performanceInsightRentention`` or ``performanceInsightEncryptionKey`` is set.
535+
* @default - false, unless ``performanceInsightRetention`` or ``performanceInsightEncryptionKey`` is set.
536536
*/
537537
readonly enablePerformanceInsights?: boolean;
538538

packages/aws-cdk-lib/aws-rds/lib/props.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface InstanceProps {
5656
/**
5757
* Whether to enable Performance Insights for the DB instance.
5858
*
59-
* @default - false, unless ``performanceInsightRentention`` or ``performanceInsightEncryptionKey`` is set.
59+
* @default - false, unless ``performanceInsightRetention`` or ``performanceInsightEncryptionKey`` is set.
6060
*/
6161
readonly enablePerformanceInsights?: boolean;
6262

0 commit comments

Comments
 (0)