Skip to content

Commit 983a2c5

Browse files
author
AWS
committed
Amazon GuardDuty Update: Add support for dbiResourceId in finding.
1 parent 4cc8868 commit 983a2c5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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 GuardDuty",
4+
"contributor": "",
5+
"description": "Add support for dbiResourceId in finding."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9221,6 +9221,11 @@
92219221
"documentation":"<p>The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.</p>",
92229222
"locationName":"dbInstanceArn"
92239223
},
9224+
"DbiResourceId":{
9225+
"shape":"String",
9226+
"documentation":"<p>The unique ID of the database resource involved in the activity that prompted GuardDuty to generate the finding.</p>",
9227+
"locationName":"dbiResourceId"
9228+
},
92249229
"Tags":{
92259230
"shape":"Tags",
92269231
"documentation":"<p>Information about the tag key-value pairs.</p>",

0 commit comments

Comments
 (0)