:doc:`ChimeSDKMessaging <../../chime-sdk-messaging>` / Client / get_messaging_streaming_configurations

**************************************
get_messaging_streaming_configurations
**************************************



.. py:method:: ChimeSDKMessaging.Client.get_messaging_streaming_configurations(**kwargs)

  

  Retrieves the data streaming configuration for an ``AppInstance``. For more information, see `Streaming messaging data <https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html>`__ in the *Amazon Chime SDK Developer Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/GetMessagingStreamingConfigurations>`_  


  **Request Syntax**
  ::

    response = client.get_messaging_streaming_configurations(
        AppInstanceArn='string'
    )
    
  :type AppInstanceArn: string
  :param AppInstanceArn: **[REQUIRED]** 

    The ARN of the streaming configurations.

    

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

    
    ::

      {
          'StreamingConfigurations': [
              {
                  'DataType': 'Channel'|'ChannelMessage',
                  'ResourceArn': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **StreamingConfigurations** *(list) --* 

        The streaming settings.

        
        

        - *(dict) --* 

          The configuration for connecting a messaging stream to Amazon Kinesis.

          
          

          - **DataType** *(string) --* 

            The data type of the configuration.

            
          

          - **ResourceArn** *(string) --* 

            The ARN of the resource in the configuration.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKMessaging.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKMessaging.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKMessaging.Client.exceptions.NotFoundException`

  
  *   :py:class:`ChimeSDKMessaging.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKMessaging.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKMessaging.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKMessaging.Client.exceptions.ServiceFailureException`

  