:doc:`ManagedintegrationsforIoTDeviceManagement <../../iot-managed-integrations>` / Client / get_destination

***************
get_destination
***************



.. py:method:: ManagedintegrationsforIoTDeviceManagement.Client.get_destination(**kwargs)

  

  Gets a destination by name.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-managed-integrations-2025-03-03/GetDestination>`_  


  **Request Syntax**
  ::

    response = client.get_destination(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the customer-managed destination.

    

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

    
    ::

      {
          'Description': 'string',
          'DeliveryDestinationArn': 'string',
          'DeliveryDestinationType': 'KINESIS',
          'Name': 'string',
          'RoleArn': 'string',
          'CreatedAt': datetime(2015, 1, 1),
          'UpdatedAt': datetime(2015, 1, 1),
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Description** *(string) --* 

        The description of the customer-managed destination.

        
      

      - **DeliveryDestinationArn** *(string) --* 

        The Amazon Resource Name (ARN) of the customer-managed destination.

        
      

      - **DeliveryDestinationType** *(string) --* 

        The destination type for the customer-managed destination.

        
      

      - **Name** *(string) --* 

        The name of the customer-managed destination.

        
      

      - **RoleArn** *(string) --* 

        The Amazon Resource Name (ARN) of the delivery destination role.

        
      

      - **CreatedAt** *(datetime) --* 

        The timestamp value of when the destination creation requset occurred.

        
      

      - **UpdatedAt** *(datetime) --* 

        The timestamp value of when the destination update requset occurred.

        
      

      - **Tags** *(dict) --* 

        A set of key/value pairs that are used to manage the customer-managed destination.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException`

  