AWS::SageMaker::Domain CodeRepository - 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 CodeRepository

A Git repository that SageMaker automatically displays to users for cloning in the JupyterServer application.

Syntax

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

JSON

{ "RepositoryUrl" : String }

YAML

RepositoryUrl: String

Properties

RepositoryUrl

The URL of the Git repository.

Required: Yes

Type: String

Pattern: ^https://([.\-_a-zA-Z0-9]+/?){3,1016}$

Maximum: 256

Update requires: Replacement