GoogleCloudIntegrationsV1alphaCloudSchedulerConfigArgs

data class GoogleCloudIntegrationsV1alphaCloudSchedulerConfigArgs(val cronTab: Output<String>, val errorMessage: Output<String>? = null, val location: Output<String>, val serviceAccountEmail: Output<String>) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaCloudSchedulerConfigArgs>

Cloud Scheduler Trigger configuration

Constructors

constructor(cronTab: Output<String>, errorMessage: Output<String>? = null, location: Output<String>, serviceAccountEmail: Output<String>)

Properties

Link copied to clipboard
val cronTab: Output<String>

The cron tab of cloud scheduler trigger.

Link copied to clipboard
val errorMessage: Output<String>? = null

Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations

Link copied to clipboard
val location: Output<String>

The location where associated cloud scheduler job will be created

Link copied to clipboard

Service account used by Cloud Scheduler to trigger the integration at scheduled time

Functions

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