Module AppStream.User

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html

type properties = {
  1. user_name : string;
  2. first_name : string option;
  3. message_action : string option;
  4. last_name : string option;
  5. authentication_type : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html;

val make_properties : user_name:string -> ?first_name:string -> ?message_action:string -> ?last_name:string -> authentication_type:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string