AuditFinding
A structure that contains information about an audit finding, which represents an automated analysis result about service behavior, performance issues, or potential problems identified through heuristic algorithms.
Contents
- KeyAttributes
-
The key attributes that identify the service or entity this audit finding relates to. This is a string-to-string map that includes fields like Type, Name, and Environment.
Type: String to string map
Map Entries: Maximum number of 4 items.
Key Pattern:
[a-zA-Z]{1,50}Value Length Constraints: Minimum length of 1. Maximum length of 1024.
Value Pattern:
[ -~]*[!-~]+[ -~]*Required: Yes
- AuditorResults
-
An array of auditor results that contain the specific findings, descriptions, and severity levels identified by different auditing algorithms.
Type: Array of AuditorResult objects
Array Members: Minimum number of 0 items. Maximum number of 5 items.
Required: No
- DependencyGraph
-
A structure containing nodes and edges that represent the dependency relationships relevant to this audit finding, helping to understand the context and potential impact.
Type: DependencyGraph object
Required: No
- MetricGraph
-
A structure containing metric data queries and time range information that provides context for the audit finding through relevant performance metrics.
Type: MetricGraph object
Required: No
- Operation
-
The name of the operation associated with this audit finding, if the finding is specific to a particular service operation.
Type: String
Required: No
- Type
-
The type of audit finding.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: