PreventionJobTriggerInspectJobArgs

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

Configuration block for the actions to execute on the completion of a job. Can be specified multiple times, but only one for each type. Each action block supports fields documented below. This argument is processed in attribute-as-blocks mode. Structure is documented below.

Link copied to clipboard

The core content of the template. Structure is documented below.

Link copied to clipboard
val inspectTemplateName: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): PreventionJobTriggerInspectJobArgs