Module WorkSpacesWeb.Portal

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

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

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. trust_store_arn : string option;
  2. user_access_logging_settings_arn : string option;
  3. customer_managed_key : string option;
  4. additional_encryption_context : string Stdlib__Map.Make(Stdlib.String).t option;
  5. display_name : string option;
  6. user_settings_arn : string option;
  7. browser_settings_arn : string option;
  8. ip_access_settings_arn : string option;
  9. network_settings_arn : string option;
  10. tags : tag list option;
  11. authentication_type : string option;
}

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

val make_properties : ?trust_store_arn:string -> ?user_access_logging_settings_arn:string -> ?customer_managed_key:string -> ?additional_encryption_context:string Stdlib__Map.Make(Stdlib.String).t -> ?display_name:string -> ?user_settings_arn:string -> ?browser_settings_arn:string -> ?ip_access_settings_arn:string -> ?network_settings_arn:string -> ?tags:tag list -> ?authentication_type:string -> 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. creation_date : string;
  3. browser_type : string;
  4. service_provider_saml_metadata : string;
  5. status_reason : string;
  6. portal_arn : string;
  7. portal_status : string;
  8. renderer_type : string;
  9. portal_endpoint : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string