AwsSsm resources in ASFF
The following are examples of the Amazon Security Finding Format (ASFF) syntax for AwsSsm
resources.
Amazon Security Hub normalizes findings from various sources into ASFF. For background information about ASFF, see Amazon Security Finding Format (ASFF).
AwsSsmPatchCompliance
The AwsSsmPatchCompliance
object provides information about the state of
a patch on an instance based on the patch baseline that was used to patch the
instance.
The following example shows the Amazon Security Finding Format (ASFF) for the
AwsSsmPatchCompliance
object. To view descriptions of
AwsSsmPatchCompliance
attributes, see AwsSsmPatchComplianceDetails in the
Amazon Security Hub API Reference.
Example
"AwsSsmPatchCompliance": { "Patch": { "ComplianceSummary": { "ComplianceType": "Patch", "CompliantCriticalCount": 0, "CompliantHighCount": 0, "CompliantInformationalCount": 0, "CompliantLowCount": 0, "CompliantMediumCount": 0, "CompliantUnspecifiedCount": 461, "ExecutionType": "Command", "NonCompliantCriticalCount": 0, "NonCompliantHighCount": 0, "NonCompliantInformationalCount": 0, "NonCompliantLowCount": 0, "NonCompliantMediumCount": 0, "NonCompliantUnspecifiedCount": 0, "OverallSeverity": "UNSPECIFIED", "PatchBaselineId": "pb-0c5b2769ef7cbe587", "PatchGroup": "ExamplePatchGroup", "Status": "COMPLIANT" } } }