We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d9cc3 commit aaec7f4Copy full SHA for aaec7f4
Libraries/src/Amazon.Lambda.CognitoEvents/CognitoMigrateUserResponse.cs
@@ -1,4 +1,4 @@
1
-using System.Collections.Generic;
+using System.Collections.Generic;
2
using System.Runtime.Serialization;
3
4
namespace Amazon.Lambda.CognitoEvents
@@ -51,6 +51,6 @@ public class CognitoMigrateUserResponse : CognitoTriggerResponse
51
#if NETCOREAPP3_1_OR_GREATER
52
[System.Text.Json.Serialization.JsonPropertyName("forceAliasCreation")]
53
#endif
54
- public bool ForceAliasCreation { get; set; }
+ public bool? ForceAliasCreation { get; set; }
55
}
56
0 commit comments