OpsWorks.UserProfilesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html
type properties = {allow_self_management : bool option;iam_user_arn : string;ssh_public_key : string option;ssh_username : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html;
val make_properties :
?allow_self_management:bool ->
iam_user_arn:string ->
?ssh_public_key:string ->
?ssh_username:string ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes