AWS::SageMaker::Domain CodeEditorAppSettings - 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).

AWS::SageMaker::Domain CodeEditorAppSettings

The Code Editor application settings.

For more information about Code Editor, see Get started with Code Editor in Amazon SageMaker.

Syntax

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

JSON

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

Properties

CustomImages

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

Required: No

Type: Array of CustomImage

Minimum: 0

Maximum: 30

Update requires: No interruption

DefaultResourceSpec

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

Required: No

Type: ResourceSpec

Update requires: No interruption

LifecycleConfigArns

The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.

Required: No

Type: Array of String

Minimum: 0

Maximum: 30

Update requires: No interruption