Resource Type: AWS > SageMaker > App
The App resource type represents a SageMaker Studio application that provides an interactive development environment for machine learning workflows. Apps can be user-scoped (associated with a user profile) or space-scoped (associated with a space), and include different types such as JupyterServer, KernelGateway, RStudioServerPro, RSessionGateway, and Canvas.
Resource Context
App is a part of the SageMaker service.
Each App lives under a Region.
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-sagemaker#/resource/types/app
- tmod:@turbot/turbot#/resource/categories/machineLearning
- turbot graphql resource --id "tmod:@turbot/aws-sagemaker#/resource/types/app"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-sagemaker#/resource/types/app';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-sagemaker#/resource/types/app"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-sagemaker#/resource/types/app' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query