AWS cli documentation change
Summary
Added Regions and AllRegions fields to support multi-region replication of telemetry rules
Security assessment
This change extends telemetry rule functionality to support multi-region replication but shows no evidence of addressing security vulnerabilities. It's a feature enhancement for rule management across regions.
Diff
diff --git a/cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.md b/cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.md index af8e66c72..6af88ab54 100644 --- a//cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.md +++ b//cli/latest/reference/observabilityadmin/update-telemetry-rule-for-organization.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) »