:doc:`Glue <../../glue>` / Client / start_blueprint_run

*******************
start_blueprint_run
*******************



.. py:method:: Glue.Client.start_blueprint_run(**kwargs)

  

  Starts a new run of the specified blueprint.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StartBlueprintRun>`_  


  **Request Syntax**
  ::

    response = client.start_blueprint_run(
        BlueprintName='string',
        Parameters='string',
        RoleArn='string'
    )
    
  :type BlueprintName: string
  :param BlueprintName: **[REQUIRED]** 

    The name of the blueprint.

    

  
  :type Parameters: string
  :param Parameters: 

    Specifies the parameters as a ``BlueprintParameters`` object.

    

  
  :type RoleArn: string
  :param RoleArn: **[REQUIRED]** 

    Specifies the IAM role used to create the workflow.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'RunId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **RunId** *(string) --* 

        The run ID for this blueprint run.

        
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Glue.Client.exceptions.ResourceNumberLimitExceededException`

  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.IllegalBlueprintStateException`

  