AuditFinding
The findings (results) of the audit.
Contents
- checkName
-
The audit check that generated this result.
Type: String
Required: No
- findingId
-
A unique identifier for this set of audit findings. This identifier is used to apply mitigation tasks to one or more sets of findings.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_-]+
Required: No
- findingTime
-
The time the result (finding) was discovered.
Type: Timestamp
Required: No
- isSuppressed
-
Indicates whether the audit finding was suppressed or not during reporting.
Type: Boolean
Required: No
- nonCompliantResource
-
The resource that was found to be noncompliant with the audit check.
Type: NonCompliantResource object
Required: No
- reasonForNonCompliance
-
The reason the resource was noncompliant.
Type: String
Required: No
- reasonForNonComplianceCode
-
A code that indicates the reason that the resource was noncompliant.
Type: String
Required: No
-
The list of related resources.
Type: Array of RelatedResource objects
Required: No
- severity
-
The severity of the result (finding).
Type: String
Valid Values:
CRITICAL | HIGH | MEDIUM | LOW
Required: No
- taskId
-
The ID of the audit that generated this result (finding).
Type: String
Length Constraints: Minimum length of 1. Maximum length of 40.
Pattern:
[a-zA-Z0-9\-]+
Required: No
- taskStartTime
-
The time the audit started.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: