Skip to main content

app

Gets an individual app resource

Overview

Nameapp
TypeResource
Descriptionapp
Idawscc.sagemaker.app

Fields

NameDatatypeDescription
app_arnstringThe Amazon Resource Name (ARN) of the app.
app_namestringThe name of the app.
app_typestringThe type of app.
domain_idstringThe domain ID.
resource_specobjectThe instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
tagsarrayA list of tags to apply to the app.
user_profile_namestringThe user profile name.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
app_arn,
app_name,
app_type,
domain_id,
resource_spec,
tags,
user_profile_name
FROM awscc.sagemaker.app
WHERE data__Identifier = '<AppName>|<AppType>|<DomainId>|<UserProfileName>';

Permissions

To operate on the app resource, the following permissions are required:

Read

sagemaker:DescribeApp,
sagemaker:DescribeApp

Delete

sagemaker:DeleteApp,
sagemaker:DescribeApp