
create-user-profile
*******************


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

Creates a new user.


SYNOPSIS
========

   aws opsworks create-user-profile
     --iam-user-arn <value>
     [--ssh-public-key <value>]
     [--ssh-username <value>]


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

"--iam-user-arn"  (string)
   The user's IAM ARN.


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

"--ssh-public-key"  (string)
   The user's public SSH key.

"--ssh-username"  (string)
   The user's SSH user name.
