AWS::AppRunner::Service ServiceObservabilityConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppRunner::Service ServiceObservabilityConfiguration

Describes the observability configuration of an Amazon App Runner service. These are additional observability features, like tracing, that you choose to enable. They're configured in a separate resource that you associate with your service.

Syntax

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

JSON

{ "ObservabilityConfigurationArn" : String, "ObservabilityEnabled" : Boolean }

Properties

ObservabilityConfigurationArn

The Amazon Resource Name (ARN) of the observability configuration that is associated with the service. Specified only when ObservabilityEnabled is true.

Specify an ARN with a name and a revision number to associate that revision. For example: arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3

Specify just the name to associate the latest revision. For example: arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing

Required: No

Type: String

Pattern: arn:aws(-[\w]+)*:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[0-9]{12}:(\w|/|-){1,1011}

Minimum: 1

Maximum: 1011

Update requires: No interruption

ObservabilityEnabled

When true, an observability configuration resource is associated with the service, and an ObservabilityConfigurationArn is specified.

Required: Yes

Type: Boolean

Update requires: No interruption