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

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

Functions

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

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