Module Cognito.UserPoolIdentityProvider

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html

type properties = {
  1. provider_name : string;
  2. user_pool_id : string;
  3. attribute_mapping : Yojson.Safe.t option;
  4. provider_details : Yojson.Safe.t option;
  5. provider_type : string;
  6. 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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string