interface CodeRepositoryProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnSpacePropsMixin.CodeRepositoryProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnSpacePropsMixin_CodeRepositoryProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnSpacePropsMixin.CodeRepositoryProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnSpacePropsMixin.CodeRepositoryProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnSpacePropsMixin » CodeRepositoryProperty |
A Git repository that SageMaker AI automatically displays to users for cloning in the JupyterServer application.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const codeRepositoryProperty: sagemaker.CfnSpacePropsMixin.CodeRepositoryProperty = {
repositoryUrl: 'repositoryUrl',
};
Properties
| Name | Type | Description |
|---|---|---|
| repository | string | The URL of the Git repository. |
repositoryUrl?
Type:
string
(optional)
The URL of the Git repository.

.NET
Go
Java
Python
TypeScript