Job Trigger Args
data class JobTriggerArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val inspectJob: Output<GooglePrivacyDlpV2InspectJobConfigArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val status: Output<JobTriggerStatus>? = null, val triggerId: Output<String>? = null, val triggers: Output<List<GooglePrivacyDlpV2TriggerArgs>>? = null) : ConvertibleToJava<JobTriggerArgs>
Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
Constructors
Link copied to clipboard
fun JobTriggerArgs(description: Output<String>? = null, displayName: Output<String>? = null, inspectJob: Output<GooglePrivacyDlpV2InspectJobConfigArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, status: Output<JobTriggerStatus>? = null, triggerId: Output<String>? = null, triggers: Output<List<GooglePrivacyDlpV2TriggerArgs>>? = null)