Learn R Programming

paws.management (version 0.2.0)

organizations_describe_policy: Retrieves information about a policy

Description

Retrieves information about a policy.

See https://paws-r.github.io/docs/organizations/describe_policy.html for full documentation.

Usage

organizations_describe_policy(PolicyId)

Arguments

PolicyId

[required] The unique identifier (ID) of the policy that you want details about. You can get the ID from the list_policies or list_policies_for_target operations.

The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).