:doc:`AppStream <../../appstream>` / Client / create_app_block_builder_streaming_url

**************************************
create_app_block_builder_streaming_url
**************************************



.. py:method:: AppStream.Client.create_app_block_builder_streaming_url(**kwargs)

  

  Creates a URL to start a create app block builder streaming session.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateAppBlockBuilderStreamingURL>`_  


  **Request Syntax**
  ::

    response = client.create_app_block_builder_streaming_url(
        AppBlockBuilderName='string',
        Validity=123
    )
    
  :type AppBlockBuilderName: string
  :param AppBlockBuilderName: **[REQUIRED]** 

    The name of the app block builder.

    

  
  :type Validity: integer
  :param Validity: 

    The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

    

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

    
    ::

      {
          'StreamingURL': 'string',
          'Expires': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **StreamingURL** *(string) --* 

        The URL to start the streaming session.

        
      

      - **Expires** *(datetime) --* 

        The elapsed time, in seconds after the Unix epoch, when this URL expires.

        
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`AppStream.Client.exceptions.OperationNotPermittedException`

  