AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ObservabilityAdmin::TelemetryEnrichment

CfnTelemetryEnrichment

AWS::ObservabilityAdmin::TelemetryEnrichment cloudformation resource enables the resource tags for telemetry feature in CloudWatch to enrich infrastructure metrics with AWS resource tags. For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html

Import

import { CfnTelemetryEnrichment } from 'aws-cdk-lib/aws-observabilityadmin';

Or use the module namespace:

import * as observabilityadmin from 'aws-cdk-lib/aws-observabilityadmin';
// observabilityadmin.CfnTelemetryEnrichment

Properties

Configuration passed to the constructor as CfnTelemetryEnrichmentProps.

scopeOptional
string

Scope of the Telemetry Enrichment.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-observabilityadmin
CFN TypeAWS::ObservabilityAdmin::TelemetryEnrichment
Properties1

External Links