Learn R Programming

paws.management (version 0.1.6)

organizations_describe_effective_policy: Returns the contents of the effective tag policy for the account

Description

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

Usage

organizations_describe_effective_policy(PolicyType, TargetId)

Arguments

PolicyType

[required] The type of policy that you want information about.

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 OU as the target is not supported.

Request syntax

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

Details

This action returns information on tag policies only.

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

This operation can be called from any account in the organization.