Skip to content

Commit

Permalink
docs(cognito): restore README line about required fields
Browse files Browse the repository at this point in the history
fixes aws#7011
  • Loading branch information
tom139 committed Apr 8, 2020
1 parent 4cb27f8 commit c7f064f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-cognito/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ new UserPool(this, 'myuserpool', {
As shown in the code snippet, there are data types that are available for custom attributes. The 'String' and 'Number'
data types allow for further constraints on their length and values, respectively.

Custom attributes cannot be marked as required.

All custom attributes share the common properties `developerOnly` and `mutable`.

- `developerOnly` means that this attribute can only be modified by an administrator. The use of this property is discouraged
Expand Down

0 comments on commit c7f064f

Please sign in to comment.