AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ObservabilityAdmin::TelemetryRule

CfnTelemetryRule

Creates a telemetry rule that defines how telemetry should be configured for AWS resources in your account. The rule specifies which resources should have telemetry enabled and how that telemetry data should be collected based on resource type, telemetry type, and selection criteria.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnTelemetryRuleProps.

ruleRequired
IResolvable | TelemetryRuleProperty

Retrieves the details of a specific telemetry rule in your account.

ruleNameRequired
string

The name of the telemetry rule.

tagsOptional
CfnTag[]

Lists all tags attached to the specified resource. Supports telemetry rule resources and telemetry pipeline resources.

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::TelemetryRule
Properties3

External Links