AppStream.Application
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-application.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-application-s3location.html
type properties = {
working_directory : string option;
platforms : string list;
app_block_arn : string;
description : string option;
instance_families : string list;
attributes_to_delete : string list option;
display_name : string option;
launch_path : string;
launch_parameters : string option;
name : string;
icon_s3_location : s3_location;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-application.html;
val make_properties :
?working_directory:string ->
platforms:string list ->
app_block_arn:string ->
?description:string ->
instance_families:string list ->
?attributes_to_delete:string list ->
?display_name:string ->
launch_path:string ->
?launch_parameters:string ->
?tags:tag list ->
name:string ->
icon_s3_location:s3_location ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_s3_location : s3_bucket:string -> s3_key:string -> unit -> s3_location
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_s3_location :
s3_location ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes