gluedatabrew_create_project: Creates a new DataBrew project

View source: R/gluedatabrew_operations.R

gluedatabrew_create_projectR Documentation

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.