AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-10 · Documentation low

File: cli/latest/reference/inspector2/create-findings-report.md

Summary

Added new filter criteria for cloud provider attributes, VM instances, container images, and serverless functions in findings reports. Includes filters for cloud provider metadata, VM network details, container image properties, and serverless function configurations.

Security assessment

The changes add documentation for new filtering capabilities in AWS Inspector2 findings reports, which is a security service. However, there's no evidence of these changes addressing a specific vulnerability or security incident. The additions enhance security reporting features by allowing more granular filtering of security findings.

Diff

diff --git a/cli/latest/reference/inspector2/create-findings-report.md b/cli/latest/reference/inspector2/create-findings-report.md
index 512636a6f..f5f2fc547 100644
--- a//cli/latest/reference/inspector2/create-findings-report.md
+++ b//cli/latest/reference/inspector2/create-findings-report.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -1897,0 +1898,662 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec
+> 
+> cloudProvider -> (list)
+>
+>> Filter criteria for the cloud provider.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `10`
+>> 
+
+>> 
+>> (structure)
+>>
+>>> An object that describes the details of a string filter.
+>>> 
+>>> comparison -> (string) [required]
+>>>
+>>>> The operator to use when comparing values in the filter.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `EQUALS`
+>>>>   * `PREFIX`
+>>>>   * `NOT_EQUALS`
+>>>> 
+
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> cloudProviderRegion -> (list)
+>
+>> Filter criteria for the cloud provider region.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `10`
+>> 
+
+>> 
+>> (structure)
+>>
+>>> An object that describes the details of a string filter.
+>>> 
+>>> comparison -> (string) [required]
+>>>
+>>>> The operator to use when comparing values in the filter.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `EQUALS`
+>>>>   * `PREFIX`
+>>>>   * `NOT_EQUALS`
+>>>> 
+
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> cloudProviderAccountId -> (list)
+>
+>> Filter criteria for the cloud provider account ID.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `10`
+>> 
+
+>> 
+>> (structure)
+>>
+>>> An object that describes the details of a string filter.
+>>> 
+>>> comparison -> (string) [required]
+>>>
+>>>> The operator to use when comparing values in the filter.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `EQUALS`
+>>>>   * `PREFIX`
+>>>>   * `NOT_EQUALS`
+>>>> 
+
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> cloudProviderOrgId -> (list)
+>
+>> Filter criteria for the cloud provider organization ID.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `10`
+>> 
+
+>> 
+>> (structure)
+>>
+>>> An object that describes the details of a string filter.
+>>> 
+>>> comparison -> (string) [required]
+>>>
+>>>> The operator to use when comparing values in the filter.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `EQUALS`
+>>>>   * `PREFIX`
+>>>>   * `NOT_EQUALS`
+>>>> 
+
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> cloudVmImageReference -> (list)
+>
+>> Filter criteria for the image reference of a VM instance.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `10`
+>> 
+
+>> 
+>> (structure)
+>>
+>>> An object that describes the details of a string filter.
+>>> 
+>>> comparison -> (string) [required]
+>>>
+>>>> The operator to use when comparing values in the filter.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `EQUALS`
+>>>>   * `PREFIX`
+>>>>   * `NOT_EQUALS`
+>>>> 
+
+>>> 
+>>> value -> (string) [required]
+>>>
+>>>> The value to filter on.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `1024`
+>>>> 
+
+> 
+> cloudVmNetworkId -> (list)