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

# SageMaker App

SageMaker App in AWS represents an interactive application instance within Amazon SageMaker, such as Jupyter notebooks, RStudio, or other integrated development environments. It allows users to run and manage machine learning development environments securely, with resources provisioned on demand. This resource provides details about the app's configuration, status, and associated user profiles.

```
aws.sagemaker_app
```

## Fields

| Title                         | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                              | Description |
| ----------------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key                          | core | string     |
| account_id                    | core | string     |
| app_arn                       | core | string     | The Amazon Resource Name (ARN) of the app.                                                                                                                                                                                                                                                                                                                                                                                                             |
| app_name                      | core | string     | The name of the app.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| app_type                      | core | string     | The type of app.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| built_in_lifecycle_config_arn | core | string     | The lifecycle configuration that runs before the default lifecycle configuration                                                                                                                                                                                                                                                                                                                                                                       |
| creation_time                 | core | timestamp  | The creation time of the application. After an application has been shut down for 24 hours, SageMaker AI deletes all metadata for the application. To be considered an update and retain application metadata, applications must be restarted within 24 hours after the previous application has been shut down. After this time window, creation of an application is considered a new application rather than an update of the previous application. |
| domain_id                     | core | string     | The domain ID.                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| failure_reason                | core | string     | The failure reason.                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| last_health_check_timestamp   | core | timestamp  | The timestamp of the last health check.                                                                                                                                                                                                                                                                                                                                                                                                                |
| last_user_activity_timestamp  | core | timestamp  | The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker AI performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.                                                                                                                                                                                                                     |
| recovery_mode                 | core | bool       | Indicates whether the application is launched in recovery mode.                                                                                                                                                                                                                                                                                                                                                                                        |
| resource_spec                 | core | json       | The instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance.                                                                                                                                                                                                                                                                                                                                                |
| space_name                    | core | string     | The name of the space. If this value is not set, then UserProfileName must be set.                                                                                                                                                                                                                                                                                                                                                                     |
| status                        | core | string     | The status.                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| tags                          | core | hstore_csv |
| user_profile_name             | core | string     | The user profile name.                                                                                                                                                                                                                                                                                                                                                                                                                                 |
