@@ -7299,6 +7299,7 @@ components:
7299
7299
- name
7300
7300
- type
7301
7301
- config
7302
+ - event_processors
7302
7303
properties :
7303
7304
name :
7304
7305
type : string
@@ -7322,6 +7323,9 @@ components:
7322
7323
The App Services backend duplicates the value to the configuration location where you did not define it.
7323
7324
7324
7325
For example, if you define `function_id`, the backend duplicates it to `event_processors.FUNCTION.function_id`.
7326
+
7327
+ If you define `function_id`, `event_processors` is not required. You must provide either `function_id` or
7328
+ `event_processors` when updating a trigger.
7325
7329
function_name :
7326
7330
type : string
7327
7331
description : |-
@@ -7333,6 +7337,9 @@ components:
7333
7337
The App Services backend duplicates the value to the configuration location where you did not define it.
7334
7338
7335
7339
For example, if you define `function_name`, the backend duplicates it to `event_processors.FUNCTION.function_name`.
7340
+
7341
+ If you define `function_name`, `event_processors` is not required. You must provide either `function_name` or
7342
+ `event_processors` when updating a trigger.
7336
7343
event_processors :
7337
7344
type : object
7338
7345
description : |-
@@ -7358,6 +7365,9 @@ components:
7358
7365
The App Services backend duplicates the value to the configuration location where you did not define it.
7359
7366
7360
7367
For example, if you define `event_processors.FUNCTION.function_id`, the backend duplicates it to `function_id`.
7368
+
7369
+ If you define `function_id`, `event_processors` is not required. You must provide either `function_id` or
7370
+ `event_processors` when updating a trigger.
7361
7371
function_name :
7362
7372
type : string
7363
7373
description : |-
@@ -7369,6 +7379,9 @@ components:
7369
7379
The App Services backend duplicates the value to the configuration location where you did not define it.
7370
7380
7371
7381
For example, if you define `event_processors.FUNCTION.function_name`, the backend duplicates it to `function_name`.
7382
+
7383
+ If you define `function_name`, `event_processors` is not required. You must provide either `function_name` or
7384
+ `event_processors` when updating a trigger.
7372
7385
AWS_EVENTBRIDGE :
7373
7386
type : object
7374
7387
properties :
@@ -7399,6 +7412,11 @@ components:
7399
7412
match : {}
7400
7413
project : {}
7401
7414
full_document : true
7415
+ event_processors :
7416
+ FUNCTION :
7417
+ config :
7418
+ function_id : " 6841b8d3e71dc81bed89dbba"
7419
+ function_name : " Atlas_Triggers_DatabaseInsert_1749137618"
7402
7420
allOf :
7403
7421
- $ref : " #/components/schemas/BaseTrigger"
7404
7422
- required :
@@ -7564,6 +7582,11 @@ components:
7564
7582
operation_type : CREATE
7565
7583
providers :
7566
7584
- api-key
7585
+ event_processors :
7586
+ FUNCTION :
7587
+ config :
7588
+ function_id : " 6841b8d3e71dc81bed89dbba"
7589
+ function_name : " Atlas_Triggers_Auth_Create_1749137618"
7567
7590
allOf :
7568
7591
- $ref : " #/components/schemas/BaseTrigger"
7569
7592
- required :
@@ -7605,6 +7628,11 @@ components:
7605
7628
function_id : 5eea9ca4ca0e356e2c2a148a
7606
7629
config :
7607
7630
schedule : " 0 8 * * *"
7631
+ event_processors :
7632
+ FUNCTION :
7633
+ config :
7634
+ function_id : " 6841b8d3e71dc81bed89dbba"
7635
+ function_name : " Atlas_Triggers_Monthly_1749137618"
7608
7636
allOf :
7609
7637
- $ref : " #/components/schemas/BaseTrigger"
7610
7638
- required :
0 commit comments