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
rate(1 hours)
cfn-lint version: (cfn-lint --version)
cfn-lint --version
0.44.7
Description of issue.
cfn-lint doesn't recognize that this ScheduledExpression is invalid (should be rate(1 hour))
rate(1 hour)
ExampleRule: Type: AWS::Events::Rule Properties: Description: desc Name: name ScheduleExpression: rate(1 hours) State: ENABLED
But when building the cloudformation, I get the following error:
Parameter ScheduleExpression is not valid. (Service: AmazonCloudWatchEvents; Status Code: 400; Error Code: ValidationException; Request ID: ...; Proxy: null)
I saw #816, but since this is a rate issue, not a cron issue, I thought I should open a new ticket
rate
cron
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
cfn-lint version: (
cfn-lint --version
)0.44.7
Description of issue.
cfn-lint doesn't recognize that this ScheduledExpression is invalid (should be
rate(1 hour)
)But when building the cloudformation, I get the following error:
I saw #816, but since this is a
rate
issue, not acron
issue, I thought I should open a new ticketThe text was updated successfully, but these errors were encountered: