AWS cli documentation change
Summary
Added new parameters --regions and --all-regions/--no-all-regions to enable multi-region telemetry evaluation functionality
Security assessment
This change adds new parameters for multi-region telemetry evaluation but does not address any specific security vulnerability or weakness. It's a feature enhancement for observability management.
Diff
diff --git a/cli/latest/reference/observabilityadmin/start-telemetry-evaluation.md b/cli/latest/reference/observabilityadmin/start-telemetry-evaluation.md index 258a14e36..9530649e1 100644 --- a//cli/latest/reference/observabilityadmin/start-telemetry-evaluation.md +++ b//cli/latest/reference/observabilityadmin/start-telemetry-evaluation.md @@ -15 +15 @@ - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) » @@ -67,0 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ + [--regions <value>] + [--all-regions | --no-all-regions] @@ -92,0 +95,28 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/observ +`--regions` (list) + +> An optional list of Amazon Web Services Regions to include in multi-region telemetry evaluation. The current region is always implicitly included and must not be specified in this list. When provided, telemetry evaluation starts in the current region and propagates to all specified regions. Mutually exclusive with `AllRegions` . If neither `Regions` nor `AllRegions` is provided, the operation applies only to the current region. +> +> Constraints: +> +> * min: `1` +> + +> +> (string) +> +>> Constraints: +>> +>> * min: `1` +>> + + +Syntax: + + + "string" "string" ... + + +`--all-regions` | `--no-all-regions` (boolean) + +> If set to `true` , telemetry evaluation starts in all Amazon Web Services Regions where Amazon CloudWatch Observability Admin is available in the current partition. The current region becomes the home region for managing multi-region evaluation. When new regions become available, evaluation automatically expands to include them. Mutually exclusive with `Regions` . + @@ -238 +268 @@ None - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) »