I have seen commands like this to setup a custom logo
aws cognito-idp set-ui-customization --user-pool-id us-XX-X_XXX --client-id ALL --css "xxx" --region us-XX-X_XXX --image-file logo.png
But I am creating a stack with cloudformation and I like to automate this as well but I don't know how to do it because here https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html states that the logo is not supported and we need to use the set-ui-customization instead, so how can automate this process in order that when the stack is created I have the custom logo configured already?