Cognito.UserPoolIdentityProvider
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html
type properties = {
provider_name : string;
user_pool_id : string;
attribute_mapping : Yojson.Safe.t option;
provider_details : Yojson.Safe.t option;
provider_type : string;
idp_identifiers : string list option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html;
val make_properties :
provider_name:string ->
user_pool_id:string ->
?attribute_mapping:Yojson.Safe.t ->
?provider_details:Yojson.Safe.t ->
provider_type:string ->
?idp_identifiers:string list ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes