cloudtools/troposphere

Add ScheduleExpression validation

Open

#1 052 ouverte le 24 mai 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (1 487 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 865 stars)
Métriques de merge PR
 (Merge moyen 6j 3h) (3 PRs mergées en 30 j)

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?

Guide contributeur