Skip to content

Start Blueprint Run

glue_start_blueprint_run R Documentation

Starts a new run of the specified blueprint

Description

Starts a new run of the specified blueprint.

Usage

glue_start_blueprint_run(BlueprintName, Parameters, 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.

Value

A list with the following syntax:

list(
  RunId = "string"
)

Request syntax

svc$start_blueprint_run(
  BlueprintName = "string",
  Parameters = "string",
  RoleArn = "string"
)