Cloudformation中允许的AllowedPattern的多个条件

时间:2018-10-25 10:58:18

标签: regex amazon-cloudformation

我将此正则表达式作为允许的部分

AllowedPattern: '(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})/(\d{1,2})'

检查IP地址模式。我想为“”之类的空白字段添加OR条件。

使CIDRIP字段包含有效ip或空白字段。我尝试使用|,但是没有用。

0 个答案:

没有答案