CloudWatchObservabilityAdminService / Client / start_telemetry_enrichment
start_telemetry_enrichment¶
- CloudWatchObservabilityAdminService.Client.start_telemetry_enrichment()¶
Enables the resource tags for telemetry feature for your account, which enhances telemetry data with additional resource metadata from Amazon Web Services Resource Explorer to provide richer context for monitoring and observability.
See also: AWS API Documentation
Request Syntax
response = client.start_telemetry_enrichment()
- Return type:
dict
- Returns:
Response Syntax
{ 'Status': 'Running'|'Stopped'|'Impaired', 'AwsResourceExplorerManagedViewArn': 'string' }
Response Structure
(dict) –
Status (string) –
The status of the resource tags for telemetry feature after the start operation (
Running
,Stopped
, orImpaired
).AwsResourceExplorerManagedViewArn (string) –
The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view created for resource tags for telemetry.
Exceptions
CloudWatchObservabilityAdminService.Client.exceptions.ConflictException
CloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedException
CloudWatchObservabilityAdminService.Client.exceptions.InternalServerException
CloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException