ncloud_functions_link_trigger_action
Link a Cloud Functions action to a trigger, enabling automatic execution when the trigger event fires. Specify the trigger name and the action in {package}/{action} format.
Instructions
Link an action to a trigger for event-based execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Platform type (default: vpc) | vpc |
| actionName | Yes | Action name in "{packageName}/{actionName}" format | |
| triggerName | Yes | Name of the trigger |