AWS::ObservabilityAdmin::TelemetryEnrichmentAWS::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 { CfnTelemetryEnrichment } from 'aws-cdk-lib/aws-observabilityadmin';Or use the module namespace:
import * as observabilityadmin from 'aws-cdk-lib/aws-observabilityadmin';
// observabilityadmin.CfnTelemetryEnrichmentConfiguration passed to the constructor as CfnTelemetryEnrichmentProps.
scopeOptionalstringScope of the Telemetry Enrichment.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-observabilityadminAWS::ObservabilityAdmin::TelemetryEnrichment