Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

ElastiCache::SubnetGroup SubnetIds Property should be type of list<string> #19

Open
jimleuk opened this issue Oct 12, 2017 · 0 comments

Comments

@jimleuk
Copy link

jimleuk commented Oct 12, 2017

Actual:

"AWS::ElastiCache::SubnetGroup": {
    ...
    "SubnetIds": {
        "$ref": "basic_types.json#/definitions/string"
    }
    ...
}

Expected:

"AWS::ElastiCache::SubnetGroup": {
    ...
    "SubnetIds": {
        "$ref": "basic_types.json#/definitions/list<string>"
    }
    ...
}`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant