AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataBrew::Dataset

CfnDataset

Specifies a new DataBrew dataset.

Import

import { CfnDataset } from 'aws-cdk-lib/aws-databrew';

Or use the module namespace:

import * as databrew from 'aws-cdk-lib/aws-databrew';
// databrew.CfnDataset

Properties

Configuration passed to the constructor as CfnDatasetProps.

inputRequired
IResolvable | InputProperty

Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3 .

nameRequired
string

The unique name of the dataset.

formatOptional
string

The file format of a dataset that is created from an Amazon S3 file or folder.

formatOptionsOptional
IResolvable | FormatOptionsProperty

A set of options that define how DataBrew interprets the data in the dataset.

pathOptionsOptional
IResolvable | PathOptionsProperty

A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

sourceOptional
string

The location of the data for the dataset, either Amazon S3 or the AWS Glue Data Catalog .

tagsOptional
CfnTag[]

Metadata tags that have been applied to the dataset.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-databrew
CFN TypeAWS::DataBrew::Dataset
Properties7

External Links