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 42a01a9 commit 59df525Copy full SHA for 59df525
events/cognito.go
@@ -204,6 +204,7 @@ type CognitoEventUserPoolsMigrateUserResponse struct {
204
MessageAction string `json:"messageAction"`
205
DesiredDeliveryMediums []string `json:"desiredDeliveryMediums"`
206
ForceAliasCreation bool `json:"forceAliasCreation"`
207
+ EnableSMSMFA bool `json:"enableSMSMFA"`
208
}
209
210
// ClaimsAndScopeOverrideDetails allows lambda to add, suppress or override V2 claims and scopes in the token
0 commit comments