AWS::SageMaker::Space JupyterServerAppSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::SageMaker::Space JupyterServerAppSettings

The JupyterServer app settings.

Syntax

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

JSON

{ "DefaultResourceSpec" : ResourceSpec, "LifecycleConfigArns" : [ String, ... ] }

Properties

DefaultResourceSpec

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.

Required: No

Type: ResourceSpec

Update requires: No interruption

LifecycleConfigArns

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

Note

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