Module OpsWorks.UserProfile

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html

type properties = {
  1. allow_self_management : bool option;
  2. iam_user_arn : string;
  3. ssh_public_key : string option;
  4. 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 -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. ssh_username : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string