interface ProjectReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LookoutVision.ProjectReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslookoutvision#ProjectReference |
![]() | software.amazon.awscdk.services.lookoutvision.ProjectReference |
![]() | aws_cdk.aws_lookoutvision.ProjectReference |
![]() | aws-cdk-lib » aws_lookoutvision » 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_lookoutvision as lookoutvision } from 'aws-cdk-lib';
const projectReference: lookoutvision.ProjectReference = {
projectArn: 'projectArn',
projectName: 'projectName',
};
Properties
Name | Type | Description |
---|---|---|
project | string | The ARN of the Project resource. |
project | string | The ProjectName of the Project resource. |
projectArn
Type:
string
The ARN of the Project resource.
projectName
Type:
string
The ProjectName of the Project resource.