The page has been translated by Gen AI.

Configure Trigger

Configure Trigger

Note
  • By default, all triggers can be added in Cloud Functions.
  • If it is triggered for a specific product, it should be passed to Cloud Functions.

Setting up Cronjob trigger

To set up a Cronjob trigger, follow these steps.

  1. Click the All Services > Compute > Cloud Functions menu. Navigate to the Service Home page of Cloud Functions.
  2. On the Service Home page, click the Function menu. You will be taken to the Function list page.
  3. Function List page, click the resource for which you want to set a trigger. You will be taken to the Function Details page.
  4. After clicking the Trigger tab, click the Add Trigger button. Set it. The Add Trigger popup window opens.
  5. Add Trigger In the popup, select Cronjob from Trigger Type. A required information input area appears at the bottom.
    CategoryDetailed description
    Cronjob configurationSet the trigger’s repeat frequency
    • Can be set in minutes, hours, days, months, weekdays
    Timezone settingSet the trigger’s reference time zone
    Table. Cronjob Trigger Required Information Items
  6. After entering the required information, click the Confirm button.
  7. When the popup notifying an addition opens, click the Confirm button.

Configure API Gateway Trigger

To set up an API Gateway trigger, follow these steps.

  1. Click the All Services > Compute > Cloud Functions menu. Navigate to the Service Home page of Cloud Functions.
  2. On the Service Home page, click the Function menu. You will be taken to the Function List page.
  3. Click the resource to set the trigger on the Function List page. Go to the Function Details page.
  4. Click the Trigger tab, then click the Add Trigger button. Set it. The Add Trigger popup opens.
  5. In the Add Trigger popup, select API Gateway under Trigger Type. A required information input area appears at the bottom.
    CategoryDetailed description
    API nameSelect API
    • You can select an existing API or create a new one
    StageSelect deployment target
    • You can select an existing stage or create a new one
    Table. API Gateway Trigger Required Information Items
  6. After entering the required information, click the Confirm button.
  7. When the popup notifying the addition opens, click the Confirm button.

Configure Multi-Trigger

You can attach multiple triggers to a single function.

Modify Trigger

To modify the added trigger, follow these steps.

  1. Click the All Services > Compute > Cloud Functions menu. Navigate to the Service Home page of Cloud Functions.
  2. On the Service Home page, click the Function menu. You will be taken to the Function list page.
  3. On the Function List page, click the resource to edit the trigger. You will be taken to the Function Details page.
  4. Click the Trigger tab, then in the trigger list, click the Edit button of the trigger whose settings you want to modify. The Edit Trigger popup window opens.
  5. Edit Trigger After modifying the settings in the popup window, click the Confirm button.
  6. When the edit notification popup appears, click Confirm.

Delete Trigger

To delete a trigger, follow these steps.

Caution
A trigger linked to a specific product manages only the product delivered at the time of linking, and when the Functions are terminated, it must convey a deletion status to that product.
  1. Click the All Services > Compute > Cloud Functions menu. Navigate to the Service Home page of Cloud Functions.
  2. On the Service Home page, click the Function menu. You will be taken to the Function List page.
  3. Function List page, click the resource for which you want to set a trigger. You will be taken to the Function Details page.
  4. In the Trigger tab’s trigger list, select the trigger you want to delete, then click the Delete button.
  5. When the popup notifying you of trigger deletion opens, click the Confirm button.
How-to guides
Blueprint Detailed Guide