View a markdown version of this page

AWS::ObservabilityAdmin::TelemetryRule RegionStatus - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ObservabilityAdmin::TelemetryRule RegionStatus

Represents the status of a multi-region operation in a specific AWS Region. This structure is used to report per-region progress for both telemetry evaluation and telemetry rule replication.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Region" : String, "RuleArn" : String, "Status" : String }

YAML

Region: String RuleArn: String Status: String

Properties

Region

The AWS Region code (for example, eu-west-1 or us-west-2) that this status applies to.

Required: No

Type: String

Update requires: No interruption

RuleArn

The Amazon Resource Name (ARN) of the telemetry rule in this spoke region. This field is only present for telemetry rule region statuses and is populated when the rule has been successfully created in the spoke region (status is ACTIVE).

Required: No

Type: String

Update requires: No interruption

Status

The status of the operation in this region. For telemetry evaluation, valid values include STARTING, RUNNING, and FAILED_START. For telemetry rules, valid values include PENDING, ACTIVE, and FAILED.

Required: No

Type: String

Update requires: No interruption