// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`snapshot test 1`] = ` Object { "Outputs": Object { "OutputUserPool": Object { "Value": Object { "Ref": "UserPool6BA7E5F2", }, }, "OutputUserPoolClientId": Object { "Value": Object { "Ref": "UserPoolWebClient4C9370B0", }, }, }, "Resources": Object { "UserPool6BA7E5F2": Object { "DeletionPolicy": "Delete", "Properties": Object { "AccountRecoverySetting": Object { "RecoveryMechanisms": Array [ Object { "Name": "verified_phone_number", "Priority": 1, }, Object { "Name": "verified_email", "Priority": 2, }, ], }, "AdminCreateUserConfig": Object { "AllowAdminCreateUserOnly": false, }, "EmailVerificationMessage": "The verification code to your new account is {####}", "EmailVerificationSubject": "Verify your new account", "SmsVerificationMessage": "The verification code to your new account is {####}", "VerificationMessageTemplate": Object { "DefaultEmailOption": "CONFIRM_WITH_CODE", "EmailMessage": "The verification code to your new account is {####}", "EmailSubject": "Verify your new account", "SmsMessage": "The verification code to your new account is {####}", }, }, "Type": "AWS::Cognito::UserPool", "UpdateReplacePolicy": "Delete", }, "UserPoolGroupAdmin": Object { "Properties": Object { "GroupName": "admin", "UserPoolId": Object { "Ref": "UserPool6BA7E5F2", }, }, "Type": "AWS::Cognito::UserPoolGroup", }, "UserPoolWebClient4C9370B0": Object { "Properties": Object { "AllowedOAuthFlows": Array [ "implicit", "code", ], "AllowedOAuthFlowsUserPoolClient": true, "AllowedOAuthScopes": Array [ "profile", "phone", "email", "openid", "aws.cognito.signin.user.admin", ], "CallbackURLs": Array [ "https://example.com", ], "ExplicitAuthFlows": Array [ "ALLOW_USER_PASSWORD_AUTH", "ALLOW_USER_SRP_AUTH", "ALLOW_REFRESH_TOKEN_AUTH", ], "SupportedIdentityProviders": Array [ "COGNITO", ], "UserPoolId": Object { "Ref": "UserPool6BA7E5F2", }, }, "Type": "AWS::Cognito::UserPoolClient", }, }, } `;