ncloud_functions_create_trigger
Create or update a Cloud Functions trigger using trigger type and configuration. Define cron, GitHub, object storage, or source commit triggers for automated function execution.
Instructions
Create or update a Cloud Functions trigger
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | Link configuration for GitHub type: { productId, apiName, stageName } | |
| type | Yes | Trigger type | |
| trigger | Yes | Trigger configuration object (structure varies by type) | |
| platform | No | Platform type (default: vpc) | vpc |
| triggerName | Yes | Name of the trigger to create or update |