AWS Fundamentals Logo
AWS Fundamentals
AWS::ObservabilityAdmin::TelemetryEnrichment

ObservabilityAdmin TelemetryEnrichment

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

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
Scope
string
Create-only

Return Values

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

AttributeTypeDescription
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::ObservabilityAdmin::TelemetryEnrichment

Resources:
  MyResource:
    Type: AWS::ObservabilityAdmin::TelemetryEnrichment
    Properties:

Required IAM Permissions

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

create

observabilityadmin:StartTelemetryEnrichmentobservabilityadmin:GetTelemetryEnrichmentStatusiam:CreateServiceLinkedRoleresource-explorer-2:CreateManagedViewresource-explorer-2:CreateStreamingAccessForServiceresource-explorer-2:CreateIndexresource-explorer-2:DeleteStreamingAccessForService

read

observabilityadmin:GetTelemetryEnrichmentStatus

update

observabilityadmin:StartTelemetryEnrichmentobservabilityadmin:GetTelemetryEnrichmentStatusiam:CreateServiceLinkedRoleresource-explorer-2:CreateManagedViewresource-explorer-2:CreateStreamingAccessForServiceresource-explorer-2:CreateIndexresource-explorer-2:DeleteStreamingAccessForService

delete

observabilityadmin:StopTelemetryEnrichmentobservabilityadmin:GetTelemetryEnrichmentStatusresource-explorer-2:CreateManagedViewresource-explorer-2:CreateStreamingAccessForServiceresource-explorer-2:CreateIndexresource-explorer-2:DeleteStreamingAccessForService

list

observabilityadmin:GetTelemetryEnrichmentStatus

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

ServiceObservabilityAdmin
Properties2
Required0
TaggingNot supported
Primary IDScope

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Scope

External Links