glue_start_blueprint_run {paws.analytics} | R Documentation |
Starts a new run of the specified blueprint
Description
Starts a new run of the specified blueprint.
See https://www.paws-r-sdk.com/docs/glue_start_blueprint_run/ for full documentation.
Usage
glue_start_blueprint_run(BlueprintName, Parameters = NULL, RoleArn)
Arguments
BlueprintName |
[required] The name of the blueprint. |
Parameters |
Specifies the parameters as a |
RoleArn |
[required] Specifies the IAM role used to create the workflow. |
[Package paws.analytics version 0.7.0 Index]