interface IProjectRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataBrew.IProjectRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#IProjectRef |
Java | software.amazon.awscdk.services.databrew.IProjectRef |
Python | aws_cdk.aws_databrew.IProjectRef |
TypeScript | aws-cdk-lib » aws_databrew » IProjectRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Project.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| project | Project | A reference to a Project resource. |
node
Type:
Node
The tree node.
projectRef
Type:
Project
A reference to a Project resource.

.NET
Go
Java
Python
TypeScript