AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataBrew::Project

CfnProject

Specifies a new AWS Glue DataBrew project.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnProjectProps.

datasetNameRequired
string

The dataset that the project is to act upon.

nameRequired
string

The unique name of a project.

recipeNameRequired
string

The name of a recipe that will be developed during a project session.

roleArnRequired
string

The Amazon Resource Name (ARN) of the role that will be assumed for this project.

sampleOptional
IResolvable | SampleProperty

The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.

tagsOptional
CfnTag[]

Metadata tags that have been applied to the project.

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::Project
Properties6

External Links