AWS::SageMaker::UserProfile CustomImage - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 CustomImage

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

Syntax

To declare this entity in your 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