Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-coderepository.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-coderepository.html#cfn-sagemaker-space-coderepository-repositoryurl

Back to top Generated by DocFX