Trigger Action
data class TriggerAction(val arguments: Map<String, String>? = null, val crawlerName: String? = null, val jobName: String? = null, val notificationProperty: TriggerActionNotificationProperty? = null, val securityConfiguration: String? = null, val timeout: Int? = null)
Properties
Link copied to clipboard
The name of the crawler to be executed. Conflicts with job_name
.
Link copied to clipboard
Specifies configuration properties of a job run notification. See Notification Property details below.
Link copied to clipboard
The name of the Security Configuration structure to be used with this action.