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