cloudtools/troposphere

Add ScheduleExpression validation

Open

#1.052 aberto em 24 de mai. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (1.487 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (4.865 stars)
Métricas de merge de PR
 (Mesclagem média 6d 3h) (3 fundiu PRs em 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?

Guia do colaborador