AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the observability configuration of an 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.

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.ServiceObservabilityConfiguration

Namespace: Amazon.AppRunner.Model
Assembly: AWSSDK.AppRunner.dll
Version: 3.x.y.z

Syntax

C#
public class ServiceObservabilityConfiguration

The ServiceObservabilityConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ObservabilityConfigurationArn System.String

Gets and sets the property 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

Public Property ObservabilityEnabled System.Boolean

Gets and sets the property ObservabilityEnabled.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5