Learn R Programming

paws.analytics (version 0.7.0)

gluedatabrew_create_project: Creates a new DataBrew project

Description

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

RoleArn

[required] The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.

Tags

Metadata tags to apply to this project.