AWS Fundamentals Logo
AWS Fundamentals
AWS::ObservabilityAdmin::OrganizationTelemetryRule

ObservabilityAdmin OrganizationTelemetryRule

The AWS::ObservabilityAdmin::OrganizationTelemetryRule resource defines a CloudWatch Observability Admin Organization Telemetry Rule.

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Rule
TelemetryRule
Required
RuleName
string
RequiredCreate-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
RuleArnstringThe arn of the organization telemetry rule

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::OrganizationTelemetryRule

Resources:
  MyResource:
    Type: AWS::ObservabilityAdmin::OrganizationTelemetryRule
    Properties:
      RuleName: "my-rulename"
      Rule: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

observabilityadmin:CreateTelemetryRuleForOrganizationobservabilityadmin:GetTelemetryRuleForOrganizationobservabilityadmin:TagResourceobservabilityadmin:ListTagsForResourceobservabilityadmin:GetTelemetryEvaluationStatusForOrganizationorganizations:ListDelegatedAdministratorsiam:CreateServiceLinkedRole

read

observabilityadmin:GetTelemetryRuleForOrganizationobservabilityadmin:ListTagsForResourceobservabilityadmin:GetTelemetryEvaluationStatusForOrganizationorganizations:ListDelegatedAdministrators

update

observabilityadmin:UpdateTelemetryRuleForOrganizationobservabilityadmin:GetTelemetryRuleForOrganizationobservabilityadmin:TagResourceobservabilityadmin:UntagResourceobservabilityadmin:ListTagsForResourceobservabilityadmin:GetTelemetryEvaluationStatusForOrganizationorganizations:ListDelegatedAdministrators

delete

observabilityadmin:DeleteTelemetryRuleForOrganizationobservabilityadmin:GetTelemetryEvaluationStatusForOrganizationorganizations:ListDelegatedAdministrators

list

observabilityadmin:ListTelemetryRulesForOrganizationobservabilityadmin:GetTelemetryEvaluationStatusForOrganizationorganizations:ListDelegatedAdministrators

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
Properties4
Required2
TaggingSupported
Primary IDRuleArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

RuleName

External Links