Module WorkSpacesWeb.IdentityProvider

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

type properties = {
  1. identity_provider_details : string Stdlib__Map.Make(Stdlib.String).t;
  2. portal_arn : string option;
  3. identity_provider_name : string;
  4. identity_provider_type : string;
}

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

val make_properties : identity_provider_details:string Stdlib__Map.Make(Stdlib.String).t -> ?portal_arn:string -> identity_provider_name:string -> identity_provider_type:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. identity_provider_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string