interface CodeRepositoryReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CodeRepositoryReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CodeRepositoryReference |
Java | software.amazon.awscdk.services.sagemaker.CodeRepositoryReference |
Python | aws_cdk.aws_sagemaker.CodeRepositoryReference |
TypeScript | aws-cdk-lib » aws_sagemaker » CodeRepositoryReference |
A reference to a CodeRepository resource.
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-lib';
const codeRepositoryReference: sagemaker.CodeRepositoryReference = {
codeRepositoryId: 'codeRepositoryId',
};
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The Id of the CodeRepository resource. |
codeRepositoryId
Type:
string
The Id of the CodeRepository resource.

.NET
Go
Java
Python
TypeScript