AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-13 · Documentation low

File: cli/latest/reference/observabilityadmin/update-telemetry-rule.md

Summary

Added Regions and AllRegions fields to support multi-region replication of telemetry rules

Security assessment

This change adds multi-region replication capabilities to telemetry rules but contains no indication of security fixes. It appears to be a feature enhancement for cross-region rule management.

Diff

diff --git a/cli/latest/reference/observabilityadmin/update-telemetry-rule.md b/cli/latest/reference/observabilityadmin/update-telemetry-rule.md
index d40a80581..dcc467367 100644
--- a//cli/latest/reference/observabilityadmin/update-telemetry-rule.md
+++ b//cli/latest/reference/observabilityadmin/update-telemetry-rule.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.29 Command Reference](../../index.html) »
@@ -475,0 +476,22 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ
+> 
+> Regions -> (list)
+>
+>> An optional list of Amazon Web Services Regions where this telemetry rule should be replicated. When specified, the rule is created in the home region and automatically replicated to all listed regions. Mutually exclusive with `AllRegions` .
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>> 
+
+>> 
+>> (string)
+>>
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>> 
+
+> 
+> AllRegions -> (boolean)
+>
+>> If set to `true` , the telemetry rule is replicated to all Amazon Web Services Regions where Amazon CloudWatch Observability Admin is available in the current partition. When new regions become available, the rule automatically replicates to them. Mutually exclusive with `Regions` .
@@ -557 +579,3 @@ JSON Syntax:
-      "SelectionCriteria": "string"
+      "SelectionCriteria": "string",
+      "Regions": ["string", ...],
+      "AllRegions": true|false
@@ -696 +720 @@ RuleArn -> (string)
-  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.29 Command Reference](../../index.html) »