apps_list_only
Lists apps in a region or regions, for all properties use apps
Overview
| Name | apps_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::SageMaker::App |
| Id | aws.sagemaker.apps_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
app_name | string | The name of the app. |
app_type | string | The type of app. |
domain_id | string | The domain ID. |
user_profile_name | string | The user profile name. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all apps in a region.
SELECT
region,
app_name,
app_type,
domain_id,
user_profile_name
FROM aws.sagemaker.apps_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the apps_list_only resource, see apps