Prevention Job Trigger Inspect Job Args
data class PreventionJobTriggerInspectJobArgs(val actions: Output<List<PreventionJobTriggerInspectJobActionArgs>>? = null, val inspectConfig: Output<PreventionJobTriggerInspectJobInspectConfigArgs>? = null, val inspectTemplateName: Output<String>? = null, val storageConfig: Output<PreventionJobTriggerInspectJobStorageConfigArgs>) : ConvertibleToJava<PreventionJobTriggerInspectJobArgs>
Constructors
Link copied to clipboard
constructor(actions: Output<List<PreventionJobTriggerInspectJobActionArgs>>? = null, inspectConfig: Output<PreventionJobTriggerInspectJobInspectConfigArgs>? = null, inspectTemplateName: Output<String>? = null, storageConfig: Output<PreventionJobTriggerInspectJobStorageConfigArgs>)
Properties
Link copied to clipboard
A task to execute on the completion of a job. Structure is documented below.
Link copied to clipboard
The core content of the template. Structure is documented below.
Link copied to clipboard
The name of the template to run when this job is triggered.
Link copied to clipboard
Information on where to inspect Structure is documented below.