AWS::ObservabilityAdmin::TelemetryRuleCreates 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 { CfnTelemetryRule } from 'aws-cdk-lib/aws-observabilityadmin';Or use the module namespace:
import * as observabilityadmin from 'aws-cdk-lib/aws-observabilityadmin';
// observabilityadmin.CfnTelemetryRuleConfiguration passed to the constructor as CfnTelemetryRuleProps.
ruleRequiredIResolvable | TelemetryRulePropertyRetrieves the details of a specific telemetry rule in your account.
ruleNameRequiredstringThe name of the telemetry rule.
tagsOptionalCfnTag[]Lists all tags attached to the specified resource. Supports telemetry rule resources and telemetry pipeline resources.
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::TelemetryRule