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 an App Runner observability configuration resource. Multiple revisions of a configuration have the same ObservabilityConfigurationName and different ObservabilityConfigurationRevision values.

The resource is designed to configure multiple features (currently one feature, tracing). This type contains optional members that describe the configuration of these features (currently one member, TraceConfiguration). If a feature member isn't specified, the feature isn't enabled.

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.ObservabilityConfiguration

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

Syntax

C#
public class ObservabilityConfiguration

The ObservabilityConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time when the observability configuration was created. It's in Unix time stamp format.

Public Property DeletedAt System.DateTime

Gets and sets the property DeletedAt.

The time when the observability configuration was deleted. It's in Unix time stamp format.

Public Property Latest System.Boolean

Gets and sets the property Latest.

It's set to true for the configuration with the highest Revision among all configurations that share the same ObservabilityConfigurationName. It's set to false otherwise.

Public Property ObservabilityConfigurationArn System.String

Gets and sets the property ObservabilityConfigurationArn.

The Amazon Resource Name (ARN) of this observability configuration.

Public Property ObservabilityConfigurationName System.String

Gets and sets the property ObservabilityConfigurationName.

The customer-provided observability configuration name. It can be used in multiple revisions of a configuration.

Public Property ObservabilityConfigurationRevision System.Int32

Gets and sets the property ObservabilityConfigurationRevision.

The revision of this observability configuration. It's unique among all the active configurations ("Status": "ACTIVE") that share the same ObservabilityConfigurationName.

Public Property Status Amazon.AppRunner.ObservabilityConfigurationStatus

Gets and sets the property Status.

The current state of the observability configuration. If the status of a configuration revision is INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.

Public Property TraceConfiguration Amazon.AppRunner.Model.TraceConfiguration

Gets and sets the property TraceConfiguration.

The configuration of the tracing feature within this observability configuration. If not specified, tracing isn't enabled.

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