AWS cli documentation change
Summary
Added new parameters 'Regions' and 'AllRegions' for telemetry rule replication across AWS regions, plus version update
Security assessment
This change adds new functionality for telemetry rule replication across regions, which could have security implications for data governance and compliance (data residency, cross-region data transfer). However, there is no evidence this addresses a specific security vulnerability or incident. The change enhances operational capabilities rather than documenting security features.
Diff
diff --git a/cli/latest/reference/observabilityadmin/create-telemetry-rule.md b/cli/latest/reference/observabilityadmin/create-telemetry-rule.md index 396a352c4..2371b40ba 100644 --- a//cli/latest/reference/observabilityadmin/create-telemetry-rule.md +++ b//cli/latest/reference/observabilityadmin/create-telemetry-rule.md @@ -15 +15 @@ - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) » @@ -477,0 +478,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` . @@ -559 +581,3 @@ JSON Syntax: - "SelectionCriteria": "string" + "SelectionCriteria": "string", + "Regions": ["string", ...], + "AllRegions": true|false @@ -742 +766 @@ RuleArn -> (string) - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) »