This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::ObservabilityAdmin::TelemetryEnrichment
Enables the Resource tags for telemetry feature for your account. When enabled, CloudWatch creates an Amazon Resource Explorer index and managed view so that it can discover resources and tags in your account. CloudWatch uses this information to enrich your telemetry with related Amazon resource tags. For more information, see Resource tags for telemetry documentation.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ObservabilityAdmin::TelemetryEnrichment", "Properties" : { "Scope" :String} }
YAML
Type: AWS::ObservabilityAdmin::TelemetryEnrichment Properties: Scope:String
Properties
Scope-
The scope of the telemetry enrichment. Currently, the only supported value is
ACCOUNT.Required: No
Type: String
Allowed values:
ACCOUNTUpdate requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function,
Ref returns the scope of the telemetry enrichment.
Fn::GetAtt
Status-
The current status of the Resource tags for telemetry feature. Valid values are
RUNNING,STOPPED, andIMPAIRED.