Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (30 loc) · 2.73 KB

File metadata and controls

35 lines (30 loc) · 2.73 KB

Alert

Properties

Name Type Description Notes
id Integer Unique ID [optional]
createdAt DateTime ISO 8601 timestamp when the resource was created [optional]
status String Status of the alert. Valid values are fail, warn, error, pass, info [optional]
riskLevel String The risk-level of the problem identified by the signature or custom signature. Valid values are low, medium, high [optional]
resource String Resource identifier in Amazon [optional]
endedReason String The reason this alert ended. Valid values are from_api, new_alert, from_scan, not_present_after_scan, signature_deleted, custom_signature_deleted, suppression_created, suppression_deactivated, custom_risk_level_created, custom_risk_level_deleted [optional]
replacedById Integer The ID of the alert that replaced this alert [optional]
replacedByStatus String The status of the alert that replaced this alert [optional]
updatedAt DateTime ISO 8601 timestamp when the resource was updated [optional]
startedAt DateTime ISO 8601 timestamp when the alert started being active [optional]
endedAt DateTime ISO 8601 timestamp when the alert stopped being active [optional]
externalAccount ExternalAccount Associated External Account [optional]
externalAccountId Integer Associated External Account ID [optional]
region Region Associated Region [optional]
regionId Integer Associated Region ID [optional]
signature Signature Associated Signature [optional]
signatureId Integer Associated Signature ID [optional]
customSignature CustomSignature Associated Custom Signature [optional]
customSignatureId Integer Associated Custom Signature ID [optional]
suppression Suppression Associated Suppression [optional]
suppressionId Integer Associated Suppression ID [optional]
metadata Metadata Associated Metadata [optional]
attribution Attribution Associated Attribution [optional]
tags List<Tag> Associated Tags [optional]
complianceControls List<ComplianceControl> Associated Compliance Controls [optional]
customComplianceControls List<CustomComplianceControl> Associated Custom Compliance Controls [optional]