Skip to content

Describe Resource Policy

organizations_describe_resource_policy R Documentation

Retrieves information about a resource policy

Description

Retrieves information about a resource policy.

You can only call this operation from the management account or a member account that is a delegated administrator.

Usage

organizations_describe_resource_policy()

Value

A list with the following syntax:

list(
  ResourcePolicy = list(
    ResourcePolicySummary = list(
      Id = "string",
      Arn = "string"
    ),
    Content = "string"
  )
)