GooglePrivacyDlpV2TriggerArgs

data class GooglePrivacyDlpV2TriggerArgs(val manual: Output<GooglePrivacyDlpV2ManualArgs>? = null, val schedule: Output<GooglePrivacyDlpV2ScheduleArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2TriggerArgs>

What event needs to occur for a new job to be started.

Constructors

Link copied to clipboard
constructor(manual: Output<GooglePrivacyDlpV2ManualArgs>? = null, schedule: Output<GooglePrivacyDlpV2ScheduleArgs>? = null)

Properties

Link copied to clipboard

For use with hybrid jobs. Jobs must be manually created and finished.

Link copied to clipboard

Create a job on a repeating basis based on the elapse of time.

Functions

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