CloudWatchObservabilityAdminService / Client / start_telemetry_evaluation
start_telemetry_evaluation¶
- CloudWatchObservabilityAdminService.Client.start_telemetry_evaluation(**kwargs)¶
This action begins onboarding the caller Amazon Web Services account to the telemetry config feature.
See also: AWS API Documentation
Request Syntax
response = client.start_telemetry_evaluation( Regions=[ 'string', ], AllRegions=True|False )
- Parameters:
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 neitherRegionsnorAllRegionsis provided, the operation applies only to the current region.(string) –
AllRegions (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 withRegions.
- Returns:
None
Exceptions
CloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedExceptionCloudWatchObservabilityAdminService.Client.exceptions.InternalServerExceptionCloudWatchObservabilityAdminService.Client.exceptions.ValidationExceptionCloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException