You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CloudFormation template for workshop 3 has the following validation for CognitoAdminEmail:
CognitoAdminEmail:
Type: String
Default: cognitoadmin@example.com
AllowedPattern: '^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$'
Description: Enter a valid email address to be used for Kibana Cognito authentication.
This will cause any valid TLD with a length > 3 (such as .limited) to fail.
The text was updated successfully, but these errors were encountered:
The CloudFormation template for workshop 3 has the following validation for CognitoAdminEmail:
This will cause any valid TLD with a length > 3 (such as .limited) to fail.
The text was updated successfully, but these errors were encountered: