AWS::SageMaker::Space CustomImage - 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 CustomImage

A custom SageMaker AI image. For more information, see Bring your own SageMaker AI image.

Syntax

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

JSON

{ "AppImageConfigName" : String, "ImageName" : String, "ImageVersionNumber" : Integer }

YAML

AppImageConfigName: String ImageName: String ImageVersionNumber: Integer

Properties

AppImageConfigName

The name of the AppImageConfig.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}

Maximum: 63

Update requires: No interruption

ImageName

The name of the CustomImage. Must be unique to your account.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$

Maximum: 63

Update requires: No interruption

ImageVersionNumber

The version number of the CustomImage.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption