You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The identifier for the solution-specific component that
1501
1510
* generated a finding.
1502
1511
* </p>
1512
+
* <p>
1513
+
* Array Members: Minimum number of 1 item. Maximum number of 100 items.
1514
+
* </p>
1503
1515
*/
1504
1516
GeneratorId?: StringFilter[];
1505
1517
1506
1518
/**
1507
1519
* @public
1508
1520
* <p> One or more finding types in the format of namespace/category/classifier that classify
1509
1521
* a finding. For a list of namespaces, classifiers, and categories, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html">Types
1510
-
* taxonomy for ASFF</a> in the <i>Security Hub User Guide</i>. </p>
1522
+
* taxonomy for ASFF</a> in the <i>Security Hub User Guide</i>.</p>
1523
+
* <p>
1524
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
* scale. A value of <code>0</code> means 0 percent confidence, and a value of
1565
1592
* <code>100</code> means 100 percent confidence. For example, a data exfiltration
1566
1593
* detection based on a statistical deviation of network traffic has low confidence because an
1567
-
* actual exfiltration hasn't been verified. For more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence">Confidence</a> in the <i>Security Hub User Guide</i>. </p>
1594
+
* actual exfiltration hasn't been verified. For more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence">Confidence</a> in the <i>Security Hub User Guide</i>.</p>
1595
+
* <p>
1596
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
* only full integers. A score of <code>0</code> means that the underlying resources have no
1577
1607
* criticality, and a score of <code>100</code> is reserved for the most critical resources. For
1578
1608
* more information, see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-criticality">Criticality</a> in the <i>Security Hub User Guide</i>.</p>
1609
+
* <p>
1610
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
* The result of a security check. This field is only used for findings generated
1689
1758
* from controls.
1690
1759
* </p>
1760
+
* <p>
1761
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
1762
+
* </p>
1691
1763
*/
1692
1764
ComplianceStatus?: StringFilter[];
1693
1765
1694
1766
/**
1695
1767
* @public
1696
1768
* <p> The security control ID for which a finding was generated. Security control IDs are the same across standards.</p>
1769
+
* <p>
1770
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
1771
+
* </p>
1697
1772
*/
1698
1773
ComplianceSecurityControlId?: StringFilter[];
1699
1774
1700
1775
/**
1701
1776
* @public
1702
1777
* <p>The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of
1703
1778
* the Amazon Resource Name (ARN) returned for a standard in the <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html">DescribeStandards</a> API response.</p>
1779
+
* <p>
1780
+
* Array Members: Minimum number of 1 item. Maximum number of 20 items.
0 commit comments