triggers

@JvmName(name = "memqvcomyhmctxau")
suspend fun triggers(value: Output<List<GooglePrivacyDlpV2TriggerArgs>>)
@JvmName(name = "dgsxfpflkflmckaf")
suspend fun triggers(value: List<GooglePrivacyDlpV2TriggerArgs>?)

Parameters

value

A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.


@JvmName(name = "iflmorpysppedxwn")
suspend fun triggers(vararg values: Output<GooglePrivacyDlpV2TriggerArgs>)


@JvmName(name = "bdlgwxlyslogffgv")
suspend fun triggers(values: List<Output<GooglePrivacyDlpV2TriggerArgs>>)
@JvmName(name = "xujoyoikcfrfftpe")
suspend fun triggers(vararg values: GooglePrivacyDlpV2TriggerArgs)

Parameters

values

A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.


@JvmName(name = "nvcnqcqvdwdllxai")
suspend fun triggers(argument: List<suspend GooglePrivacyDlpV2TriggerArgsBuilder.() -> Unit>)
@JvmName(name = "ynheqtdcvgygsxwy")
suspend fun triggers(vararg argument: suspend GooglePrivacyDlpV2TriggerArgsBuilder.() -> Unit)
@JvmName(name = "kyokhsnkkeufusxj")
suspend fun triggers(argument: suspend GooglePrivacyDlpV2TriggerArgsBuilder.() -> Unit)

Parameters

argument

A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.