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¶
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:
Request syntax¶
svc$update_project(
Sample = list(
Size = 123,
Type = "FIRST_N"|"LAST_N"|"RANDOM"
),
RoleArn = "string",
Name = "string"
)