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:
Properties
Region-
The AWS Region code (for example,
eu-west-1orus-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, andFAILED_START. For telemetry rules, valid values includePENDING,ACTIVE, andFAILED.Required: No
Type: String
Update requires: No interruption