---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_sagemaker_app Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::SageMaker::App
---
# awscc_sagemaker_app (Data Source)
Data Source schema for AWS::SageMaker::App
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `app_arn` (String) The Amazon Resource Name (ARN) of the app.
- `app_name` (String) The name of the app.
- `app_type` (String) The type of app.
- `domain_id` (String) The domain ID.
- `resource_spec` (Attributes) The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. (see [below for nested schema](#nestedatt--resource_spec))
- `tags` (Attributes List) A list of tags to apply to the app. (see [below for nested schema](#nestedatt--tags))
- `user_profile_name` (String) The user profile name.
### Nested Schema for `resource_spec`
Read-Only:
- `instance_type` (String) The instance type that the image version runs on.
- `sage_maker_image_arn` (String) The ARN of the SageMaker image that the image version belongs to.
- `sage_maker_image_version_arn` (String) The ARN of the image version created on the instance.
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)