triggers

@JvmName(name = "vjjhdxnrhxdiuftt")
suspend fun triggers(value: Output<List<GooglePrivacyDlpV2TriggerArgs>>)
@JvmName(name = "cuifeutyeptgflvj")
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 = "hierghbwvymootii")
suspend fun triggers(vararg values: Output<GooglePrivacyDlpV2TriggerArgs>)


@JvmName(name = "kripbjweygncjxtt")
suspend fun triggers(values: List<Output<GooglePrivacyDlpV2TriggerArgs>>)
@JvmName(name = "ihfpxusckmposkqt")
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 = "lqpxwvgjgcohosdm")
suspend fun triggers(argument: List<suspend GooglePrivacyDlpV2TriggerArgsBuilder.() -> Unit>)
@JvmName(name = "fnxaebqkvdkxscwk")
suspend fun triggers(vararg argument: suspend GooglePrivacyDlpV2TriggerArgsBuilder.() -> Unit)
@JvmName(name = "xyqdaqacjramgakj")
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.