cloudtools/troposphere

Add ScheduleExpression validation

Open

#1,052 opened on May 24, 2018

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

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

Add ScheduleExpression validation · cloudtools/troposphere#1052 | Good First Issue