-
Notifications
You must be signed in to change notification settings - Fork 2
Fix AWS::CodeBuild::Project.FilterGroup #4
Copy link
Copy link
Open
Description
I'm making some assumptions in my code about what the sub-type should look like (namely, that it ought to be a struct... in this case it is a list of lists of structs... I need to remedy this.
I have custom code that is "repairing" this currently:
Line 76 in ac1d2b7
| if name == "FilterGroups" && prop.ItemType == "FilterGroup" { |
One additional piece of complexity...
"AWS::CodeBuild::Project.FilterGroup": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-filtergroup.html",
"ItemType": "WebhookFilter",
"Required": false,
"Type": "List",
"UpdateType": "Mutable"
},
That is in a section that should all be defined as Resources, but it is defined as a Property... So it won't load correctly into the go structs...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels