interface DatasetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataBrew.DatasetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#DatasetReference |
Java | software.amazon.awscdk.services.databrew.DatasetReference |
Python | aws_cdk.aws_databrew.DatasetReference |
TypeScript | aws-cdk-lib » aws_databrew » DatasetReference |
A reference to a Dataset 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 datasetReference: databrew.DatasetReference = {
datasetName: 'datasetName',
};
Properties
| Name | Type | Description |
|---|---|---|
| dataset | string | The Name of the Dataset resource. |
datasetName
Type:
string
The Name of the Dataset resource.

.NET
Go
Java
Python
TypeScript