Learn R Programming

paws.analytics (version 0.7.0)

glue_start_blueprint_run: 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 BlueprintParameters object.

RoleArn

[required] Specifies the IAM role used to create the workflow.