AWS::DataBrew::ProjectSpecifies a new AWS Glue DataBrew project.
import { CfnProject } from 'aws-cdk-lib/aws-databrew';Or use the module namespace:
import * as databrew from 'aws-cdk-lib/aws-databrew';
// databrew.CfnProjectConfiguration passed to the constructor as CfnProjectProps.
datasetNameRequiredstringThe dataset that the project is to act upon.
nameRequiredstringThe unique name of a project.
recipeNameRequiredstringThe name of a recipe that will be developed during a project session.
roleArnRequiredstringThe Amazon Resource Name (ARN) of the role that will be assumed for this project.
sampleOptionalIResolvable | SamplePropertyThe 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.
tagsOptionalCfnTag[]Metadata tags that have been applied to the project.
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::Project