Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

start_blueprint_run

start_blueprint_run(**kwargs)

Starts a new run of the specified blueprint.

See also: AWS API Documentation

Request Syntax

response = client.start_blueprint_run(
    BlueprintName='string',
    Parameters='string',
    RoleArn='string'
)
Parameters
  • BlueprintName (string) --

    [REQUIRED]

    The name of the blueprint.

  • Parameters (string) -- Specifies the parameters as a BlueprintParameters object.
  • RoleArn (string) --

    [REQUIRED]

    Specifies the IAM role used to create the workflow.

Return type

dict

Returns

Response Syntax

{
    'RunId': 'string'
}

Response Structure

  • (dict) --

    • RunId (string) --

      The run ID for this blueprint run.

Exceptions

  • Glue.Client.exceptions.InvalidInputException
  • Glue.Client.exceptions.OperationTimeoutException
  • Glue.Client.exceptions.InternalServiceException
  • Glue.Client.exceptions.ResourceNumberLimitExceededException
  • Glue.Client.exceptions.EntityNotFoundException
  • Glue.Client.exceptions.IllegalBlueprintStateException