interface IDataSourceRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_datazone.IDataSourceRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#IDataSourceRef | 
|  Java | software.amazon.awscdk.services.datazone.IDataSourceRef | 
|  Python | aws_cdk.aws_datazone.IDataSourceRef | 
|  TypeScript | aws-cdk-lib»aws_datazone»IDataSourceRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a DataSource.
Properties
| Name | Type | Description | 
|---|---|---|
| data | Data | A reference to a DataSource resource. | 
| node | Node | The tree node. | 
dataSourceRef
Type:
Data
A reference to a DataSource resource.
node
Type:
Node
The tree node.
