AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudWatch::OTelEnrichment

CloudWatch OTelEnrichment

AWS::CloudWatch::OTelEnrichment enables OTel metric enrichment in CloudWatch, allowing CloudWatch vended metrics to be available for PromQL querying enriched with AWS resource tags and metadata.

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AccountIdstringThe AWS account ID. This is the primary identifier for this singleton resource.
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudWatch::OTelEnrichment

Resources:
  MyResource:
    Type: AWS::CloudWatch::OTelEnrichment
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudwatch:StartOTelEnrichmentcloudwatch:GetOTelEnrichment

read

cloudwatch:GetOTelEnrichment

update

cloudwatch:StartOTelEnrichmentcloudwatch:GetOTelEnrichment

delete

cloudwatch:StopOTelEnrichmentcloudwatch:GetOTelEnrichment

list

cloudwatch:GetOTelEnrichment

Get the CloudWatch Cheat Sheet

Everything you need to know about CloudWatch on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudWatch
Properties2
Required0
TaggingNot supported
Primary IDAccountId

Supported Operations

CreateReadUpdateDeleteList

External Links