WorkSpacesWeb.IdentityProvider
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html
type properties = {
identity_provider_details : string Stdlib__Map.Make(Stdlib.String).t;
portal_arn : string option;
identity_provider_name : string;
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 ]
val create_attributes : string -> attributes