I am trying to run congnito via cloudformation and everything works but there is section in cognito as follows:
As you see there is section \"Enable identity pr
I ran into the same problem last month. This property is not supported in CFN yet. So I ended up using CFN custom resource to create the pool client. More here about CFN Custom Resource. Essentially, I have CFN call a Lambda function to create the user pool client (all properties are supported in SDK).