CloudWatchObservabilityAdminService / Client / get_telemetry_enrichment_status

get_telemetry_enrichment_status

CloudWatchObservabilityAdminService.Client.get_telemetry_enrichment_status()

Returns the current status of the resource tags for telemetry feature, which enhances telemetry data with additional resource metadata from Amazon Web Services Resource Explorer.

See also: AWS API Documentation

Request Syntax

response = client.get_telemetry_enrichment_status()
Return type:

dict

Returns:

Response Syntax

{
    'Status': 'Running'|'Stopped'|'Impaired',
    'AwsResourceExplorerManagedViewArn': 'string'
}

Response Structure

  • (dict) –

    • Status (string) –

      The current status of the resource tags for telemetry feature ( Running, Stopped, or Impaired).

    • AwsResourceExplorerManagedViewArn (string) –

      The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view used for resource tags for telemetry, if the feature is enabled.

Exceptions