Skip to content

Update Project

gluedatabrew_update_project R Documentation

Modifies the definition of an existing DataBrew project

Description

Modifies the definition of an existing DataBrew project.

Usage

gluedatabrew_update_project(Sample, RoleArn, Name)

Arguments

Sample
RoleArn

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

Name

[required] The name of the project to be updated.

Value

A list with the following syntax:

list(
  LastModifiedDate = as.POSIXct(
    "2015-01-01"
  ),
  Name = "string"
)

Request syntax

svc$update_project(
  Sample = list(
    Size = 123,
    Type = "FIRST_N"|"LAST_N"|"RANDOM"
  ),
  RoleArn = "string",
  Name = "string"
)