:doc:`CloudWatchObservabilityAdminService <../../observabilityadmin>` / Client / start_telemetry_enrichment

**************************
start_telemetry_enrichment
**************************



.. py:method:: CloudWatchObservabilityAdminService.Client.start_telemetry_enrichment()

  

  Enables the resource tags for telemetry feature for your account, which enhances telemetry data with additional resource metadata from Resource Explorer to provide richer context for monitoring and observability.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/StartTelemetryEnrichment>`_  


  **Request Syntax**

  ::

    response = client.start_telemetry_enrichment()
  :rtype: 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``, or ``Impaired``).

        
      

      - **AwsResourceExplorerManagedViewArn** *(string) --* 

        The Amazon Resource Name (ARN) of the Resource Explorer managed view created for resource tags for telemetry.

        
  
  **Exceptions**
  
  *   :py:class:`CloudWatchObservabilityAdminService.Client.exceptions.ConflictException`

  
  *   :py:class:`CloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`CloudWatchObservabilityAdminService.Client.exceptions.InternalServerException`

  
  *   :py:class:`CloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException`

  