ActionExecutionTrigger Object
Last updated
Specifies the trigger for an action execution.
Type of trigger.
Type: string
Valid Values:
schedule
user
sns
User that triggered the action execution. Will only be present when triggerType is user.
Type: string
Last updated
{
"triggerType": "user",
"userId": "u-00000001"
}