:doc:`EC2 <../../ec2>` / Client / enable_reachability_analyzer_organization_sharing

*************************************************
enable_reachability_analyzer_organization_sharing
*************************************************



.. py:method:: EC2.Client.enable_reachability_analyzer_organization_sharing(**kwargs)

  

  Establishes a trust relationship between Reachability Analyzer and Organizations. This operation must be performed by the management account for the organization.

   

  After you establish a trust relationship, a user in the management account or a delegated administrator account can run a cross-account analysis using resources from the member accounts.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableReachabilityAnalyzerOrganizationSharing>`_  


  **Request Syntax**
  ::

    response = client.enable_reachability_analyzer_organization_sharing(
        DryRun=True|False
    )
    
  :type DryRun: boolean
  :param DryRun: 

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ``DryRunOperation``. Otherwise, it is ``UnauthorizedOperation``.

    

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

    
    ::

      {
          'ReturnValue': True|False
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ReturnValue** *(boolean) --* 

        Returns ``true`` if the request succeeds; otherwise, returns an error.

        
  