AppStream.Entitlement
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-entitlement-attribute.html
type properties = {
app_visibility : string;
description : string option;
attributes_ : attribute list;
stack_name : string;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html;
val make_properties :
app_visibility:string ->
?description:string ->
attributes_:attribute list ->
stack_name:string ->
name:string ->
unit ->
properties
val make_attribute : value:string -> name:string -> unit -> attribute
val yojson_of_attribute :
attribute ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes