---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_apprunner_observability_configuration{% #aws_apprunner_observability_configuration %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `CreatedAt`**Description**: The time when the observability configuration was created. It's in Unix time stamp format.

## `deleted_at`{% #deleted_at %}

**Type**: `TIMESTAMP`**Provider name**: `DeletedAt`**Description**: The time when the observability configuration was deleted. It's in Unix time stamp format.

## `latest`{% #latest %}

**Type**: `BOOLEAN`**Provider name**: `Latest`**Description**: 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.

## `observability_configuration_arn`{% #observability_configuration_arn %}

**Type**: `STRING`**Provider name**: `ObservabilityConfigurationArn`**Description**: The Amazon Resource Name (ARN) of this observability configuration.

## `observability_configuration_name`{% #observability_configuration_name %}

**Type**: `STRING`**Provider name**: `ObservabilityConfigurationName`**Description**: The customer-provided observability configuration name. It can be used in multiple revisions of a configuration.

## `observability_configuration_revision`{% #observability_configuration_revision %}

**Type**: `INT32`**Provider name**: `ObservabilityConfigurationRevision`**Description**: The revision of this observability configuration. It's unique among all the active configurations (`"Status": "ACTIVE"`) that share the same `ObservabilityConfigurationName`.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `Status`**Description**: 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.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `trace_configuration`{% #trace_configuration %}

**Type**: `STRUCT`**Provider name**: `TraceConfiguration`**Description**: The configuration of the tracing feature within this observability configuration. If not specified, tracing isn't enabled.

- `vendor`**Type**: `STRING`**Provider name**: `Vendor`**Description**: The implementation provider chosen for tracing App Runner services.
