AppStream.User
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-user.html
type properties = {
user_name : string;
first_name : string option;
message_action : string option;
last_name : string option;
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 ]
val create_attributes : string -> attributes