IntegrationScheduledTriggerPropertiesArgs

data class IntegrationScheduledTriggerPropertiesArgs(val dataPullMode: Output<IntegrationScheduledTriggerPropertiesDataPullMode>? = null, val firstExecutionFrom: Output<Double>? = null, val scheduleEndTime: Output<Double>? = null, val scheduleExpression: Output<String>, val scheduleOffset: Output<Int>? = null, val scheduleStartTime: Output<Double>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<IntegrationScheduledTriggerPropertiesArgs>

Constructors

fun IntegrationScheduledTriggerPropertiesArgs(dataPullMode: Output<IntegrationScheduledTriggerPropertiesDataPullMode>? = null, firstExecutionFrom: Output<Double>? = null, scheduleEndTime: Output<Double>? = null, scheduleExpression: Output<String>, scheduleOffset: Output<Int>? = null, scheduleStartTime: Output<Double>? = null, timezone: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val firstExecutionFrom: Output<Double>? = null
Link copied to clipboard
val scheduleEndTime: Output<Double>? = null
Link copied to clipboard
Link copied to clipboard
val scheduleOffset: Output<Int>? = null
Link copied to clipboard
val scheduleStartTime: Output<Double>? = null
Link copied to clipboard
val timezone: Output<String>? = null