
put-user-policy
***************


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

Adds (or updates) a policy document associated with the specified
user. For information about policies, refer to Overview of Policies in
*Using AWS Identity and Access Management* .

For information about limits on the number of policies you can
associate with a user, see Limitations on IAM Entities in *Using AWS
Identity and Access Management* .

Note: Because policy documents can be large, you should use POST rather
  than GET when calling "put-user-policy" . For information about
  setting up signatures and authorization through the API, go to
  Signing AWS API Requests in the *AWS General Reference* . For
  general information about using the Query API with IAM, go to Making
  Query Requests in *Using IAM* .


SYNOPSIS
========

   aws iam put-user-policy
     --user-name <value>
     --policy-name <value>
     --policy-document <value>


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

"--user-name"  (string)
   Name of the user to associate the policy with.

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

"--policy-document"  (string)
   The policy document.


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

None
