interface CodeRepositoryReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CodeRepositoryReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CodeRepositoryReference |
![]() | software.amazon.awscdk.services.sagemaker.CodeRepositoryReference |
![]() | aws_cdk.aws_sagemaker.CodeRepositoryReference |
![]() | 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.