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
fun PreventionJobTriggerInspectJobArgs(actions: Output<List<PreventionJobTriggerInspectJobActionArgs>>? = null, inspectConfig: Output<PreventionJobTriggerInspectJobInspectConfigArgs>? = null, inspectTemplateName: Output<String>? = null, storageConfig: Output<PreventionJobTriggerInspectJobStorageConfigArgs>)