File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
schema/lambda.services.k8s.aws Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 8686 "name" : {
8787 "type" : " string"
8888 },
89+ "permissions" : {
90+ "items" : {
91+ "additionalProperties" : false ,
92+ "properties" : {
93+ "action" : {
94+ "type" : " string"
95+ },
96+ "eventSourceToken" : {
97+ "type" : " string"
98+ },
99+ "functionURLAuthType" : {
100+ "type" : " string"
101+ },
102+ "principal" : {
103+ "type" : " string"
104+ },
105+ "principalOrgID" : {
106+ "type" : " string"
107+ },
108+ "revisionID" : {
109+ "type" : " string"
110+ },
111+ "sourceARN" : {
112+ "type" : " string"
113+ },
114+ "sourceAccount" : {
115+ "type" : " string"
116+ },
117+ "statementID" : {
118+ "type" : " string"
119+ }
120+ },
121+ "type" : " object"
122+ },
123+ "type" : " array"
124+ },
89125 "provisionedConcurrencyConfig" : {
90126 "additionalProperties" : false ,
91127 "properties" : {
You can’t perform that action at this time.
0 commit comments