Skip to main content

apps

Retrieves a list of apps in a region

Overview

Nameapps
TypeResource
Descriptionapps
Idawscc.sagemaker.apps

Fields

NameDatatypeDescription
app_namestringThe name of the app.
app_typestringThe type of app.
domain_idstringThe domain ID.
user_profile_namestringThe user profile name.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
app_name,
app_type,
domain_id,
user_profile_name
FROM awscc.sagemaker.apps
WHERE region = 'us-east-1'

Permissions

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

Create

sagemaker:CreateApp,
sagemaker:DescribeApp

List

sagemaker:ListApps