Describe the issue
The documentation for the aws_cognito.UserPool.selfSignUpEnabled field says, "This can be further configured via the selfSignUp property," but a selfSignUp property does not appear to exist.
Maybe instead of the selfSignUp property, this should refer to the userVerification property?
Links
https://github.com/aws/aws-cdk/blob/fce26b635d0ef2c443ca6d4e390a90f586130f05/packages/aws-cdk-lib/aws-cognito/lib/user-pool.ts#L527C1-L531C40