DataSourceScheduleConfigurationArgs

data class DataSourceScheduleConfigurationArgs(val schedule: Output<String>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<DataSourceScheduleConfigurationArgs>

The schedule of the data source runs.

Constructors

Link copied to clipboard
constructor(schedule: Output<String>? = null, timezone: Output<String>? = null)

Properties

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

The schedule of the data source runs.

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

The timezone of the data source run.

Functions

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