Skip to content

Commit 8377372

Browse files
author
AWS
committed
Amazon DocumentDB with MongoDB compatibility Update: Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
1 parent 5e47b7a commit 8377372

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon DocumentDB with MongoDB compatibility",
4+
"contributor": "",
5+
"description": "Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response."
6+
}

services/docdb/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,6 +2294,14 @@
22942294
"CertificateDetails":{
22952295
"shape":"CertificateDetails",
22962296
"documentation":"<p>The details of the DB instance's server certificate.</p>"
2297+
},
2298+
"PerformanceInsightsEnabled":{
2299+
"shape":"BooleanOptional",
2300+
"documentation":"<p>Set to <code>true</code> if Amazon RDS Performance Insights is enabled for the DB instance, and otherwise <code>false</code>.</p>"
2301+
},
2302+
"PerformanceInsightsKMSKeyId":{
2303+
"shape":"String",
2304+
"documentation":"<p>The KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.</p>"
22972305
}
22982306
},
22992307
"documentation":"<p>Detailed information about an instance. </p>",

0 commit comments

Comments
 (0)