Module WorkSpacesWeb.UserSettings

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html

type tag = {
  1. value : string;
  2. key : string;
}

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-workspacesweb-usersettings-cookiespecification.html

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-usersettings-cookiesynchronizationconfiguration.html

type properties = {
  1. idle_disconnect_timeout_in_minutes : float option;
  2. upload_allowed : string;
  3. customer_managed_key : string option;
  4. additional_encryption_context : string Stdlib__Map.Make(Stdlib.String).t option;
  5. disconnect_timeout_in_minutes : float option;
  6. print_allowed : string;
  7. copy_allowed : string;
  8. cookie_synchronization_configuration : cookie_synchronization_configuration option;
  9. download_allowed : string;
  10. paste_allowed : string;
  11. tags : tag list option;
}

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

val make_properties : ?idle_disconnect_timeout_in_minutes:float -> upload_allowed:string -> ?customer_managed_key:string -> ?additional_encryption_context:string Stdlib__Map.Make(Stdlib.String).t -> ?disconnect_timeout_in_minutes:float -> print_allowed:string -> copy_allowed:string -> ?cookie_synchronization_configuration:cookie_synchronization_configuration -> download_allowed:string -> paste_allowed:string -> ?tags:tag list -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `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. associated_portal_arns : string list;
  3. user_settings_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string