我见过这样的命令来设置自定义徽标
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
但是我正在使用 cloudformation 创建一个堆栈,我也喜欢自动化它,但我不知道该怎么做,因为这里https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource- cognito-userpooluicustomizationattachment.html声明该徽标不受支持,我们需要使用 set-ui-customization 来代替,那么如何自动化此过程以便在创建堆栈时我已经配置了自定义徽标?