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

***************************
list_connector_destinations
***************************



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

  

  Lists all connector destinations, with optional filtering by cloud connector ID.

  

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


  **Request Syntax**
  ::

    response = client.list_connector_destinations(
        CloudConnectorId='string',
        NextToken='string',
        MaxResults=123
    )
    
  :type CloudConnectorId: string
  :param CloudConnectorId: 

    The identifier of the cloud connector to filter connector destinations by.

    

  
  :type NextToken: string
  :param NextToken: 

    A token used for pagination of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of connector destinations to return in a single response.

    

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

    
    ::

      {
          'ConnectorDestinationList': [
              {
                  'Name': 'string',
                  'Description': 'string',
                  'CloudConnectorId': 'string',
                  'Id': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ConnectorDestinationList** *(list) --* 

        The list of connector destinations that match the specified criteria.

        
        

        - *(dict) --* 

          Structure containing summary information about a connector destination, which defines how a cloud-to-cloud connector connects to a customer's AWS account.

          
          

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

            The display name of the connector destination.

            
          

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

            A description of the connector destination.

            
          

          - **CloudConnectorId** *(string) --* 

            The identifier of the cloud connector associated with this connector destination.

            
          

          - **Id** *(string) --* 

            The unique identifier of the connector destination.

            
      
    
      

      - **NextToken** *(string) --* 

        A token used for pagination of results when there are more connector destinations than can be returned in a single response.

        
  
  **Exceptions**
  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException`

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

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

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

  