ObservabilityConfiguration
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.
Types
Properties
The Amazon Resource Name (ARN) of this observability configuration.
The customer-provided observability configuration name. It can be used in multiple revisions of a configuration.
The revision of this observability configuration. It's unique among all the active configurations ("Status": "ACTIVE"
) that share the same ObservabilityConfigurationName
.
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.
The configuration of the tracing feature within this observability configuration. If not specified, tracing isn't enabled.