organizations_describe_policy: Retrieves information about a policy
Description
Retrieves information about a policy.
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 ListPolicies or ListPoliciesForTarget
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 (\_).
Request syntax
svc$describe_policy(
PolicyId = "string"
)
Details
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.
# NOT RUN {# The following example shows how to request information about a# policy:/n/nsvc$describe_policy(
PolicyId = "p-examplepolicyid111")
# }# NOT RUN {# }