Trigger Action Args
data class TriggerActionArgs(val arguments: Output<Map<String, String>>? = null, val crawlerName: Output<String>? = null, val jobName: Output<String>? = null, val notificationProperty: Output<TriggerActionNotificationPropertyArgs>? = null, val securityConfiguration: Output<String>? = null, val timeout: Output<Int>? = null) : ConvertibleToJava<TriggerActionArgs>
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.