AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ObservabilityAdmin::OrganizationTelemetryRule

CfnOrganizationTelemetryRule

Retrieves the details of a specific organization centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnOrganizationTelemetryRuleProps.

ruleRequired
IResolvable | TelemetryRuleProperty

The name of the organization telemetry rule.

ruleNameRequired
string

The name of the organization centralization 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::OrganizationTelemetryRule
Properties3

External Links