cloudtools/troposphere

Add ScheduleExpression validation

Open

#1,052 创建于 2018年5月24日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (1,487 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (4,865 star)
PR 合并指标
 (平均合并 6天 3小时) (30 天内合并 3 个 PR)

描述

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?

贡献者指南