cloudtools/troposphere

Add ScheduleExpression validation

Open

#1.052 geöffnet am 24. Mai 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (1.487 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (4.865 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 3h) (3 gemergte PRs in 30 T)

Beschreibung

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