Learn R Programming

paws.management (version 0.1.9)

organizations_describe_effective_policy: Returns the contents of the effective policy for specified policy type and account

Description

Returns the contents of the effective policy for specified policy type and account. The effective policy is the aggregation of any policies of the specified type that the account inherits, plus any policy of that type that is directly attached to the account.

Usage

organizations_describe_effective_policy(PolicyType, TargetId)

Arguments

PolicyType

[required] The type of policy that you want information about. You can specify one of the following values:

TargetId

When you\'re signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or organizational unit (OU) as the target is not supported.

Request syntax

svc$describe_effective_policy(
  PolicyType = "TAG_POLICY"|"BACKUP_POLICY"|"AISERVICES_OPT_OUT_POLICY",
  TargetId = "string"
)

Details

This operation applies only to policy types other than service control policies (SCPs).

For more information about policy inheritance, see How Policy Inheritance Works in the AWS Organizations User Guide.

This operation can be called only from the organization\'s master account or by a member account that is a delegated administrator for an AWS service.