Skip to content

Commit d99a2bd

Browse files
authored
Allow IAM principal service to be str or a list (#3306)
1 parent 9284326 commit d99a2bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cfnlint/data/schemas/other/iam/policy.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@
160160
"$ref": "#/definitions/StringOrStringArray"
161161
},
162162
"Service": {
163-
"type": "string"
163+
"scalarOrArray": {
164+
"type": "string"
165+
}
164166
}
165167
},
166168
"type": "object"

0 commit comments

Comments
 (0)