AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/securityhub/get-findings-trends-v2.md

Summary

Expanded documentation for FieldName parameter to include new resource-related filtering options and updated CLI version references

Security assessment

The change adds documentation for new resource ownership and cloud provider filtering fields (resource_cloud_providers, resource_regions, resource_owner_ids, resource_owner_organization_ids) which enhance security visibility but don't address a specific vulnerability. No evidence of security incident remediation.

Diff

diff --git a/cli/latest/reference/securityhub/get-findings-trends-v2.md b/cli/latest/reference/securityhub/get-findings-trends-v2.md
index c8f844350..91763d0b1 100644
--- a//cli/latest/reference/securityhub/get-findings-trends-v2.md
+++ b//cli/latest/reference/securityhub/get-findings-trends-v2.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -122 +122,18 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
->>>>>> The name of the findings field to filter on.
+>>>>>> The name of the findings field to filter on. You can specify one of the following fields.
+>>>>>> 
+>>>>>>   * `account_id` – The Amazon Web Services account ID associated with the finding.
+>>>>>>   * `region` – The Amazon Web Services Region associated with the finding.
+>>>>>>   * `finding_types` – The finding types associated with the finding.
+>>>>>>   * `finding_status` – The status of the finding.
+>>>>>>   * `finding_cve_ids` – The Common Vulnerabilities and Exposures (CVE) identifiers associated with the finding.
+>>>>>>   * `finding_compliance_status` – The compliance status of the finding.
+>>>>>>   * `finding_control_id` – The identifier of the security control associated with the finding.
+>>>>>>   * `finding_class_name` – The finding class, such as `Compliance Finding` .
+>>>>>>   * `finding_provider` – The name of the product that generated the finding.
+>>>>>>   * `finding_activity_name` – The activity name associated with the finding.
+>>>>>>   * `resource_cloud_providers` – The cloud providers of the resources that the finding is associated with. Valid values are `AWS` and `Azure` .
+>>>>>>   * `resource_regions` – The Regions of the associated resources. For an Amazon Web Services resource, this is the Amazon Web Services Region. For an Azure resource, this is the Azure Region, such as `eastus` .
+>>>>>>   * `resource_owner_ids` – The identifiers of the accounts that own the associated resources. For an Amazon Web Services resource, this is the Amazon Web Services account ID. For an Azure resource, this is the Azure subscription ID.
+>>>>>>   * `resource_owner_organization_ids` – The identifiers of the organizations that own the associated resources. For an Amazon Web Services resource, this is the Amazon Web Services organization ID. For an Azure resource, this is the Azure tenant ID.
+>>>>>> 
+
@@ -135,0 +153,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+>>>>>>   * `resource_cloud_providers`
+>>>>>>   * `resource_regions`
+>>>>>>   * `resource_owner_ids`
+>>>>>>   * `resource_owner_organization_ids`
@@ -222 +243,18 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
->>>>>>>> The name of the findings field to filter on.
+>>>>>>>> The name of the findings field to filter on. You can specify one of the following fields.
+>>>>>>>> 
+>>>>>>>>   * `account_id` – The Amazon Web Services account ID associated with the finding.
+>>>>>>>>   * `region` – The Amazon Web Services Region associated with the finding.
+>>>>>>>>   * `finding_types` – The finding types associated with the finding.
+>>>>>>>>   * `finding_status` – The status of the finding.
+>>>>>>>>   * `finding_cve_ids` – The Common Vulnerabilities and Exposures (CVE) identifiers associated with the finding.
+>>>>>>>>   * `finding_compliance_status` – The compliance status of the finding.
+>>>>>>>>   * `finding_control_id` – The identifier of the security control associated with the finding.
+>>>>>>>>   * `finding_class_name` – The finding class, such as `Compliance Finding` .
+>>>>>>>>   * `finding_provider` – The name of the product that generated the finding.
+>>>>>>>>   * `finding_activity_name` – The activity name associated with the finding.
+>>>>>>>>   * `resource_cloud_providers` – The cloud providers of the resources that the finding is associated with. Valid values are `AWS` and `Azure` .
+>>>>>>>>   * `resource_regions` – The Regions of the associated resources. For an Amazon Web Services resource, this is the Amazon Web Services Region. For an Azure resource, this is the Azure Region, such as `eastus` .
+>>>>>>>>   * `resource_owner_ids` – The identifiers of the accounts that own the associated resources. For an Amazon Web Services resource, this is the Amazon Web Services account ID. For an Azure resource, this is the Azure subscription ID.
+>>>>>>>>   * `resource_owner_organization_ids` – The identifiers of the organizations that own the associated resources. For an Amazon Web Services resource, this is the Amazon Web Services organization ID. For an Azure resource, this is the Azure tenant ID.
+>>>>>>>> 
+
@@ -235,0 +274,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+>>>>>>>>   * `resource_cloud_providers`
+>>>>>>>>   * `resource_regions`
+>>>>>>>>   * `resource_owner_ids`
+>>>>>>>>   * `resource_owner_organization_ids`
@@ -345 +387 @@ JSON Syntax:
-              "FieldName": "account_id"|"region"|"finding_types"|"finding_status"|"finding_cve_ids"|"finding_compliance_status"|"finding_control_id"|"finding_class_name"|"finding_provider"|"finding_activity_name",
+              "FieldName": "account_id"|"region"|"finding_types"|"finding_status"|"finding_cve_ids"|"finding_compliance_status"|"finding_control_id"|"finding_class_name"|"finding_provider"|"finding_activity_name"|"resource_cloud_providers"|"resource_regions"|"resource_owner_ids"|"resource_owner_organization_ids",
@@ -357 +399 @@ JSON Syntax:
-                  "FieldName": "account_id"|"region"|"finding_types"|"finding_status"|"finding_cve_ids"|"finding_compliance_status"|"finding_control_id"|"finding_class_name"|"finding_provider"|"finding_activity_name",
+                  "FieldName": "account_id"|"region"|"finding_types"|"finding_status"|"finding_cve_ids"|"finding_compliance_status"|"finding_control_id"|"finding_class_name"|"finding_provider"|"finding_activity_name"|"resource_cloud_providers"|"resource_regions"|"resource_owner_ids"|"resource_owner_organization_ids",
@@ -650 +692 @@ NextToken -> (string)
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »