RuleResult
Represents the result of a single rule within a configuration check.
Contents
- Description
-
A description of what the rule validates.
Type: String
Required: No
- Id
-
The unique identifier of the rule result.
Type: String
Pattern:
[{]?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}[}]?
Required: No
- Message
-
A message providing details about the rule result.
Type: String
Required: No
- Metadata
-
Additional metadata associated with the rule result.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 100.
Value Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: No
- Status
-
The status of the rule result.
Type: String
Valid Values:
PASSED | FAILED | WARNING | INFO | UNKNOWN
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: