AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/securityhub/get-security-control-definition.md

Summary

Added new 'Provider' field to security control definitions to indicate cloud provider (AWS/Azure).

Security assessment

The new field helps identify cloud provider context for security controls, improving multi-cloud security management. No security vulnerability is mentioned.

Diff

diff --git a/cli/latest/reference/securityhub/get-security-control-definition.md b/cli/latest/reference/securityhub/get-security-control-definition.md
index ab343d975..d21ed85c9 100644
--- a//cli/latest/reference/securityhub/get-security-control-definition.md
+++ b//cli/latest/reference/securityhub/get-security-control-definition.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -569,0 +570,11 @@ SecurityControlDefinition -> (structure)
+> 
+> Provider -> (string)
+>
+>> The cloud provider whose resources the security control evaluates. For example, `AWS` or `Azure` .
+>> 
+>> Possible values:
+>> 
+>>   * `AWS`
+>>   * `Azure`
+>> 
+
@@ -581 +592 @@ SecurityControlDefinition -> (structure)
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »