AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/securityhub/list-security-control-definitions.md

Summary

Added new '--providers' filter parameter to list-security-control-definitions command and 'Provider' output field to show cloud provider context for security controls

Security assessment

The change adds filtering capability for security controls by cloud provider (AWS/Azure) and documents provider context in output. This enhances security management capabilities but doesn't address any specific vulnerability or security incident.

Diff

diff --git a/cli/latest/reference/securityhub/list-security-control-definitions.md b/cli/latest/reference/securityhub/list-security-control-definitions.md
index 70ea0ecdd..e91e4b6ec 100644
--- a//cli/latest/reference/securityhub/list-security-control-definitions.md
+++ b//cli/latest/reference/securityhub/list-security-control-definitions.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -70,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+    [--providers <value>]
@@ -108,0 +110,19 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+`--providers` (list)
+
+> A list of cloud providers to filter the security control definitions by. For example, specify `Azure` to return only controls that evaluate Azure resources.
+> 
+> (string)
+>
+>> Possible values:
+>> 
+>>   * `AWS`
+>>   * `Azure`
+>> 
+
+
+Syntax:
+    
+    
+    "string" "string" ...
+    
+
@@ -666,0 +687,11 @@ SecurityControlDefinitions -> (list)
+>> 
+>> Provider -> (string)
+>>
+>>> The cloud provider whose resources the security control evaluates. For example, `AWS` or `Azure` .
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `AWS`
+>>>   * `Azure`
+>>> 
+
@@ -682 +713 @@ NextToken -> (string)
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »