AWS::DataBrew::DatasetSpecifies a new DataBrew dataset.
import { CfnDataset } from 'aws-cdk-lib/aws-databrew';Or use the module namespace:
import * as databrew from 'aws-cdk-lib/aws-databrew';
// databrew.CfnDatasetConfiguration passed to the constructor as CfnDatasetProps.
inputRequiredIResolvable | InputPropertyInformation on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3 .
nameRequiredstringThe unique name of the dataset.
formatOptionalstringThe file format of a dataset that is created from an Amazon S3 file or folder.
formatOptionsOptionalIResolvable | FormatOptionsPropertyA set of options that define how DataBrew interprets the data in the dataset.
pathOptionsOptionalIResolvable | PathOptionsPropertyA set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
sourceOptionalstringThe location of the data for the dataset, either Amazon S3 or the AWS Glue Data Catalog .
tagsOptionalCfnTag[]Metadata tags that have been applied to the dataset.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-databrewAWS::DataBrew::Dataset