AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated CLI version from 2.34.28 to 2.34.29 and added extensive documentation for multi-region telemetry rule replication features including Regions, AllRegions, HomeRegion, IsReplicated, and RegionStatuses fields

Security assessment

The changes document new multi-region replication capabilities for telemetry rules, including region status tracking and replication management. While multi-region deployment can have security implications for data sovereignty and compliance, there is no evidence this addresses a specific security vulnerability or weakness. The changes appear to be feature enhancements rather than security fixes.

Diff

diff --git a/cli/latest/reference/observabilityadmin/get-telemetry-rule.md b/cli/latest/reference/observabilityadmin/get-telemetry-rule.md
index c2b374a57..37db1489e 100644
--- a//cli/latest/reference/observabilityadmin/get-telemetry-rule.md
+++ b//cli/latest/reference/observabilityadmin/get-telemetry-rule.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.29 Command Reference](../../index.html) »
@@ -619,0 +620,74 @@ TelemetryRule -> (structure)
+> 
+> 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` .
+
+HomeRegion -> (string)
+
+> The Amazon Web Services Region where the telemetry rule was originally created. For replicated rules in spoke regions, this indicates the region that manages the rule. For rules created without multi-region scope, this field is not present.
+> 
+> Constraints:
+> 
+>   * min: `1`
+> 
+
+
+IsReplicated -> (boolean)
+
+> Indicates whether this telemetry rule is a replica that was created in this region through multi-region fan-out from the home region. Replicated rules cannot be directly updated or deleted in the spoke region. To modify a replicated rule, make changes in the home region.
+
+RegionStatuses -> (list)
+
+> A list of per-region replication statuses for the telemetry rule. Each entry indicates the replication status of the rule in a specific spoke region. This field is only present for rules created with multi-region scope.
+> 
+> (structure)
+>
+>> Represents the status of a multi-region operation in a specific Amazon Web Services Region. This structure is used to report per-region progress for both telemetry evaluation and telemetry rule replication.
+>> 
+>> Region -> (string)
+>>
+>>> The Amazon Web Services Region code (for example, `eu-west-1` or `us-west-2` ) that this status applies to.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>> 
+
+>> 
+>> Status -> (string)
+>>
+>>> The status of the operation in this region. For telemetry evaluation, valid values include `STARTING` , `RUNNING` , and `FAILED_START` . For telemetry rules, valid values include `PENDING` , `ACTIVE` , and `FAILED` .
+>> 
+>> FailureReason -> (string)
+>>
+>>> The reason for a failure status in this region. This field is only populated when `Status` indicates a failure.
+>> 
+>> RuleArn -> (string)
+>>
+>>> The Amazon Resource Name (ARN) of the telemetry rule in this spoke region. This field is only present for telemetry rule region statuses and is populated when the rule has been successfully created in the spoke region (status is `ACTIVE` ).
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `1011`
+>>>   * pattern: `arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)`
+>>> 
+
@@ -631 +705 @@ TelemetryRule -> (structure)
-  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.29 Command Reference](../../index.html) »