View a markdown version of this page

AWS::SageMaker::UserProfile JupyterLabAppSettings - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::UserProfile JupyterLabAppSettings

The settings for the JupyterLab application.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

AppLifecycleManagement

Indicates whether idle shutdown is activated for JupyterLab applications.

Required: No

Type: AppLifecycleManagement

Update requires: No interruption

BuiltInLifecycleConfigArn

The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.

Required: No

Type: String

Pattern: ^(arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:studio-lifecycle-config/.*|None)$

Maximum: 256

Update requires: No interruption

CodeRepositories

A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.

Required: No

Type: Array of CodeRepository

Minimum: 0

Maximum: 30

Update requires: No interruption

CustomImages

A list of custom SageMaker images that are configured to run as a JupyterLab app.

Required: No

Type: Array of CustomImage

Minimum: 0

Maximum: 200

Update requires: No interruption

DefaultResourceSpec

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.

Required: No

Type: ResourceSpec

Update requires: No interruption

EmrSettings

The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.

Required: No

Type: EmrSettings

Update requires: No interruption

LifecycleConfigArns

The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.

Required: No

Type: Array of String

Minimum: 0

Maximum: 30

Update requires: No interruption