| Package | Description |
|---|---|
| software.amazon.awscdk.services.databrew |
AWS::DataBrew Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.Builder |
CfnProject.Builder.create(software.constructs.Construct scope,
String id) |
CfnProject.Builder |
CfnProject.Builder.datasetName(String datasetName)
The dataset that the project is to act upon.
|
CfnProject.Builder |
CfnProject.Builder.name(String name)
The unique name of a project.
|
CfnProject.Builder |
CfnProject.Builder.recipeName(String recipeName)
The name of a recipe that will be developed during a project session.
|
CfnProject.Builder |
CfnProject.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
|
CfnProject.Builder |
CfnProject.Builder.sample(CfnProject.SampleProperty sample)
The sample size and sampling type to apply to the data.
|
CfnProject.Builder |
CfnProject.Builder.sample(IResolvable sample)
The sample size and sampling type to apply to the data.
|
CfnProject.Builder |
CfnProject.Builder.tags(List<? extends CfnTag> tags)
Metadata tags that have been applied to the project.
|
Copyright © 2022. All rights reserved.