Skip to content

Commit 526fb2e

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 9049f94 commit 526fb2e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

schema/lambda.services.k8s.aws/alias_v1alpha1.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,42 @@
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": {

0 commit comments

Comments
 (0)