-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document the new AWS resources (#299)
Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
10 changed files
with
124 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: aws.guardduty.finding | ||
id: aws.guardduty.finding | ||
sidebar_label: aws.guardduty.finding | ||
displayed_sidebar: MQL | ||
description: AWS Guard Duty finding | ||
--- | ||
|
||
# aws.guardduty.finding | ||
|
||
**Supported platform** | ||
|
||
- aws | ||
|
||
**Description** | ||
|
||
AWS Guard Duty finding | ||
|
||
**Fields** | ||
|
||
| ID | TYPE | DESCRIPTION | | ||
| ----------- | ------ | ---------------------------------- | | ||
| arn | string | Unique ID for the finding | | ||
| id | string | ID of the finding | | ||
| region | string | Region where the finding was found | | ||
| title | string | Title | | ||
| description | string | Description | | ||
| severity | float | Severity of the finding | | ||
| confidence | float | Confidence level of the finding | | ||
| type | string | Type of finding | | ||
| createdAt | time | Created at time | | ||
| updatedAt | time | Updated at time | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
docs/mql/resources/aws-pack/aws.iam.accessanalyzer.finding.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: aws.iam.accessanalyzer.finding | ||
id: aws.iam.accessanalyzer.finding | ||
sidebar_label: aws.iam.accessanalyzer.finding | ||
displayed_sidebar: MQL | ||
description: AWS IAM Access Analyzer finding | ||
--- | ||
|
||
# aws.iam.accessanalyzer.finding | ||
|
||
**Supported platform** | ||
|
||
- aws | ||
|
||
**Description** | ||
|
||
AWS IAM Access Analyzer finding | ||
|
||
**Fields** | ||
|
||
| ID | TYPE | DESCRIPTION | | ||
| -------------------- | ------ | ------------------------------- | | ||
| id | string | Finding id | | ||
| error | string | Error message | | ||
| resourceArn | string | Resource | | ||
| resourceOwnerAccount | string | Resource owner | | ||
| resourceType | string | Resource type | | ||
| type | string | Finding type | | ||
| status | string | Finding status | | ||
| analyzedAt | time | Time the finding was generated | | ||
| createdAt | time | Creation timestamp | | ||
| updatedAt | time | Creation timestamp | | ||
| region | string | Region where the finding exists | | ||
| analyzerArn | string | Analyzer ARN | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.