AWS::AppRunner::Service ServiceObservabilityConfiguration
Describes the observability configuration of an AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "ObservabilityConfigurationArn" :
String
, "ObservabilityEnabled" :Boolean
}
YAML
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
istrue
.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 anObservabilityConfigurationArn
is specified.Required: Yes
Type: Boolean
Update requires: No interruption