Values.ResourceSeverityBreakdownSourceA comprehensive distribution of security findings by severity level for Amazon Web Services resources.
type nonrec t = {other : Integer.t option;The number of findings not in any of the severity categories.
*)fatal : Integer.t option;The number of findings with a severity level of fatal.
*)critical : Integer.t option;The number of findings with a severity level of critical.
*)high : Integer.t option;The number of findings with a severity level of high.
*)medium : Integer.t option;The number of findings with a severity level of medium.
*)low : Integer.t option;The number of findings with a severity level of low.
*)informational : Integer.t option;The number of findings that provide security-related information.
*)unknown : Integer.t option;The number of findings with a severity level cannot be determined.
*)}