ElastiCache::SubnetGroup SubnetIds Property should be type of list<string>
Opened this issue · 0 comments
jimleuk commented
Actual:
"AWS::ElastiCache::SubnetGroup": {
...
"SubnetIds": {
"$ref": "basic_types.json#/definitions/string"
}
...
}
Expected:
"AWS::ElastiCache::SubnetGroup": {
...
"SubnetIds": {
"$ref": "basic_types.json#/definitions/list<string>"
}
...
}`