Module AppStream.Entitlement

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

type attribute = {
  1. value : string;
  2. name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-entitlement-attribute.html

type properties = {
  1. app_visibility : string;
  2. description : string option;
  3. attributes_ : attribute list;
  4. stack_name : string;
  5. 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 ]
type attributes = {
  1. ref_ : string;
  2. created_time : string;
  3. last_modified_time : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string