JobTrigger

class JobTrigger : KotlinCustomResource

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.

Properties

Link copied to clipboard
val createTime: Output<String>

The creation timestamp of a triggeredJob.

Link copied to clipboard
val description: Output<String>

User provided description (max 256 chars)

Link copied to clipboard
val displayName: Output<String>

Display name (max 100 chars)

Link copied to clipboard

A stream of errors encountered when the trigger was activated. Repeated errors may result in the JobTrigger automatically being paused. Will return the last 100 errors. Whenever the JobTrigger is modified this list will be cleared.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

For inspect jobs, a snapshot of the configuration.

Link copied to clipboard
val lastRunTime: Output<String>

The timestamp of the last time this trigger executed.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is created, for example projects/dlp-test-project/jobTriggers/53234423.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

A status for this trigger.

Link copied to clipboard

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.

Link copied to clipboard
val updateTime: Output<String>

The last update timestamp of a triggeredJob.

Link copied to clipboard
val urn: Output<String>