We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Opening based on aws-cloudformation/cloudformation-cli-python-plugin#99, in which @OElesin found the following pattern caused this problem:
pattern
{ "typeName": "CD4AutoML::Workflow::Deploy", "properties": { "NotificationEmail": { "type": "string", "pattern": "^[\\x20-\\x45]?[\\w-\\+]+(\\.[\\w]+)*@[\\w-]+(\\.[\\w]+)*(\\.[a-z]{2,})$" }, "WorkflowName": { "type": "string", } }, "additionalProperties": false, "required": [ "NotificationEmail", "WorkflowName" ], "primaryIdentifier": [ "/properties/WorkflowName" ], "handlers": { "create": { "permissions": [""] }, "read": { "permissions": [""] }, "update": { "permissions": [""] }, "delete": { "permissions": [""] }, "list": { "permissions": [""] } } }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Opening based on aws-cloudformation/cloudformation-cli-python-plugin#99, in which @OElesin found the following
pattern
caused this problem:The text was updated successfully, but these errors were encountered: