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

*******************
get_cloud_connector
*******************



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

  

  Get configuration details for a cloud connector.

  

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


  **Request Syntax**
  ::

    response = client.get_cloud_connector(
        Identifier='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The identifier of the C2C connector.

    

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

    
    ::

      {
          'Name': 'string',
          'EndpointConfig': {
              'lambda': {
                  'arn': 'string'
              }
          },
          'Description': 'string',
          'EndpointType': 'LAMBDA',
          'Id': 'string',
          'Type': 'LISTED'|'UNLISTED'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

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

        The display name of the C2C connector.

        
      

      - **EndpointConfig** *(dict) --* 

        The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.

        
        

        - **lambda** *(dict) --* 

          The Lambda function configuration for the endpoint, used when the endpoint communicates through an AWS Lambda function.

          
          

          - **arn** *(string) --* 

            The Amazon Resource Name (ARN) of the Lambda function used as an endpoint.

            
      
    
      

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

        A description of the C2C connector.

        
      

      - **EndpointType** *(string) --* 

        The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.

        
      

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

        The unique identifier of the cloud connector.

        
      

      - **Type** *(string) --* 

        The type of cloud connector created.

        
  
  **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`

  