-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UserPool - support mutable field to CustomAttributes #7011
Comments
Thanks for filing this issue. I have re-classified this as a feature request. The support for the You can work around this using property overrides via our escape hatches - https://docs.aws.amazon.com/cdk/latest/guide/cfn_layer.html#cfn_layer_raw - to directly inject this property into the CloudFormation template. |
Hi, I think the solution might be to update the I will start working tomorrow on a proposed solution. |
Add properties `mutable` and `developerOnly` to all CustomAttribute types. fixes: aws#7011
…bute (#7190) * feat(cognito): add properties to custom attribute Add properties `mutable` and `developerOnly` to all CustomAttribute types. fixes: #7011 * docs(cognito): remove reference to required property * refactor(cognito): remove Base prefix in CustomAttribute class fixes #7190 * fix(cognito): export CustomAttribute abstract class fixes #7190 * docs(cognito): restore README line about required fields fixes #7011 * fix(cognito): remove developerOnly property in CustomAttribute fixes #7011 * refactor(cognito): remove BaseClass for custom attributes closes #7011 * adjustments to test statements Co-authored-by: Tommaso Panozzo <t.panozzo@miriade.it> Co-authored-by: Niranjan Jayakar <nija@amazon.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Loving the Cognito support that is coming day by day. Most of it is working well, however the custom attributes currently only allow you to create immutable custom attributes. I would like mine to be mutable but there appears to be no way to do this.
Reproduction Steps
Error Log
Custom attributes are immutable
Environment
Other
Can we get a mutable flag added back as per the old:
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: