interface ProjectReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.ProjectReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#ProjectReference |
![]() | software.amazon.awscdk.services.sagemaker.ProjectReference |
![]() | aws_cdk.aws_sagemaker.ProjectReference |
![]() | aws-cdk-lib » aws_sagemaker » ProjectReference |
A reference to a Project 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 projectReference: sagemaker.ProjectReference = {
projectArn: 'projectArn',
};
Properties
Name | Type | Description |
---|---|---|
project | string | The ProjectArn of the Project resource. |
projectArn
Type:
string
The ProjectArn of the Project resource.