AWS::SageMaker::UserProfile KernelGatewayAppSettings - AWS CloudFormation

AWS::SageMaker::UserProfile KernelGatewayAppSettings

The KernelGateway app settings.

Syntax

To declare this entity in your AWS 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 KernelGateway 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 KernelGateway app.

Note

The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the AWS CLI or AWS CloudFormation and the instance type parameter value is not passed.

Required: No

Type: ResourceSpec

Update requires: No interruption

LifecycleConfigArns

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.

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