Cognito.UserPoolDomain
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html
type properties = {
user_pool_id : string;
custom_domain_config : custom_domain_config_type option;
domain : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html;
val make_properties :
user_pool_id:string ->
?custom_domain_config:custom_domain_config_type ->
domain:string ->
unit ->
properties
val make_custom_domain_config_type :
?certificate_arn:string ->
unit ->
custom_domain_config_type
val yojson_of_custom_domain_config_type :
custom_domain_config_type ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes