apps
Retrieves a list of apps
in a region
Overview
Name | apps |
Type | Resource |
Description | apps |
Id | awscc.sagemaker.apps |
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
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