AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns the current status of vended metric enrichment for the account, including whether CloudWatch vended metrics are enriched with resource ARN and resource tag labels and queryable using PromQL. For the list of supported resources, see Supported AWS infrastructure metrics.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetOTelEnrichmentAsync.

Namespace: Amazon.CloudWatch
Assembly: AWSSDK.CloudWatch.dll
Version: 3.x.y.z

Syntax

C#
public abstract GetOTelEnrichmentResponse GetOTelEnrichment(
         GetOTelEnrichmentRequest request
)

Parameters

request
Type: Amazon.CloudWatch.Model.GetOTelEnrichmentRequest

Container for the necessary parameters to execute the GetOTelEnrichment service method.

Return Value


The response from the GetOTelEnrichment service method, as returned by CloudWatch.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also