EC2 / Client / enable_reachability_analyzer_organization_sharing

enable_reachability_analyzer_organization_sharing#

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

Request Syntax

response = client.enable_reachability_analyzer_organization_sharing(
    DryRun=True|False
)
Parameters:

DryRun (boolean) – 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.

Return type:

dict

Returns:

Response Syntax

{
    'ReturnValue': True|False
}

Response Structure

  • (dict) –

    • ReturnValue (boolean) –

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