cloudtools/troposphere

Add ScheduleExpression validation

Open

#1,052 opened on May 24, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (1,487 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,865 stars)
PR merge metrics
 (Avg merge 7h 27m) (2 merged PRs in 30d)

Description

The field troposphere.events.Rule::ScheduleExpression is a basestring. The validity of it is confirmed during the stack creation of CloudWatch. The documentation for that field can be found here.

Would it be possible to validate the cron when JSON is being generated?

Contributor guide