Interface CfnSpacePropsMixin.ICodeRepositoryProperty
A Git repository that SageMaker AI automatically displays to users for cloning in the JupyterServer application.
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnSpacePropsMixin.ICodeRepositoryProperty
Syntax (vb)
Public Interface CfnSpacePropsMixin.ICodeRepositoryProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;
var codeRepositoryProperty = new CodeRepositoryProperty {
RepositoryUrl = "repositoryUrl"
};
Synopsis
Properties
| RepositoryUrl | The URL of the Git repository. |
Properties
RepositoryUrl
The URL of the Git repository.
string? RepositoryUrl { get; }