forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cognito): user pool -
passwordPolicy.minLength
is not optional …
…in all cases (aws#6971) The `AWS::Cognito::UserPool` expects the `MinimumLength` property to be specified if any part of [`PasswordPolicy`][1] is specified. This fix conforms with this requirement, while at the same time, keeping the `minLength` property in the CDK optional in all cases. [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-policies.html#cfn-cognito-userpool-policies-passwordpolicy
- Loading branch information
Niranjan Jayakar
authored
Mar 24, 2020
1 parent
9ad0448
commit 49cdd8f
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters