Creates a new DataBrew project.
See https://www.paws-r-sdk.com/docs/gluedatabrew_create_project/ for full documentation.
Usage
gluedatabrew_create_project(
DatasetName,
Name,
RecipeName,
Sample = NULL,
RoleArn,
Tags = NULL
)Arguments
- DatasetName
[required] The name of an existing dataset to associate this project with.
- Name
[required] A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
- RecipeName
[required] The name of an existing recipe to associate with the project.
- Sample
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
- RoleArn
[required] The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.
Metadata tags to apply to this project.