Skip to content

Enable Reachability Analyzer Organization Sharing

ec2_enable_reachability_analyzer_organization_sharing R Documentation

Establishes a trust relationship between Reachability Analyzer and Organizations

Description

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.

Usage

ec2_enable_reachability_analyzer_organization_sharing(DryRun)

Arguments

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.

Value

A list with the following syntax:

list(
  ReturnValue = TRUE|FALSE
)

Request syntax

svc$enable_reachability_analyzer_organization_sharing(
  DryRun = TRUE|FALSE
)