---
title: App Runner Service
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > App Runner Service
---

# App Runner Service

App Runner Service is a fully managed AWS service that makes it easy to build, deploy, and run containerized web applications and APIs at scale. It automatically handles load balancing, scaling, and health monitoring without requiring infrastructure management.

```
aws.apprunner_service
```

## Fields

| Title                              | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Description |
| ---------------------------------- | ---- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                               | core | string     |
| account_id                         | core | string     |
| auto_scaling_configuration_summary | core | json       | Summary information for the App Runner automatic scaling configuration resource that's associated with this service.                                                                                                                                                                                                                                                                                                                                                                                                                                |
| created_at                         | core | timestamp  | The time when the App Runner service was created. It's in the Unix time stamp format.                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| deleted_at                         | core | timestamp  | The time when the App Runner service was deleted. It's in the Unix time stamp format.                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| encryption_configuration           | core | json       | The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service. It can be either a customer-provided encryption key or an Amazon Web Services managed key.                                                                                                                                                                                                                                                                                                     |
| health_check_configuration         | core | json       | The settings for the health check that App Runner performs to monitor the health of this service.                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| instance_configuration             | core | json       | The runtime configuration of instances (scaling units) of this service.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| network_configuration              | core | json       | Configuration settings related to network traffic of the web application that this service runs.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| observability_configuration        | core | json       | The observability configuration of this service.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| service_arn                        | core | string     | The Amazon Resource Name (ARN) of this service.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| service_id                         | core | string     | An ID that App Runner generated for this service. It's unique within the Amazon Web Services Region.                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| service_name                       | core | string     | The customer-provided service name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| service_url                        | core | string     | A subdomain URL that App Runner generated for this service. You can use this URL to access your service web application.                                                                                                                                                                                                                                                                                                                                                                                                                            |
| source_configuration               | core | json       | The source deployed to the App Runner service. It can be a code or an image repository.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                             | core | string     | The current state of the App Runner service. These particular values mean the following. CREATE_FAILED – The service failed to create. The failed service isn't usable, and still counts towards your service quota. To troubleshoot this failure, read the failure events and logs, change any parameters that need to be fixed, and rebuild your service using UpdateService. DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure that all related resources are removed. |
| tags                               | core | hstore_csv |
| updated_at                         | core | timestamp  | The time when the App Runner service was last updated at. It's in the Unix time stamp format.                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
