AWS::SageMaker::UserProfile CodeRepository - AWS CloudFormation

AWS::SageMaker::UserProfile CodeRepository

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

Syntax

To declare this entity in your AWS 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: No interruption