
get-role-policy
***************


DESCRIPTION
===========

Retrieves the specified policy document for the specified role. For
more information about roles, go to Working with Roles .

The returned policy is URL-encoded according to RFC 3986. For more
information about RFC 3986, go to
http://www.faqs.org/rfcs/rfc3986.html .


SYNOPSIS
========

   aws iam get-role-policy
     --role-name <value>
     --policy-name <value>


REQUIRED PARAMETERS
===================

"--role-name"  (string)
   Name of the role associated with the policy.

"--policy-name"  (string)
   Name of the policy document to get.


OPTIONAL PARAMETERS
===================

None
