ScheduledSqlScheduledSqlConfigurationArgs

data class ScheduledSqlScheduledSqlConfigurationArgs(val dataFormat: Output<String>? = null, val destEndpoint: Output<String>? = null, val destLogstore: Output<String>? = null, val destProject: Output<String>? = null, val destRoleArn: Output<String>? = null, val fromTime: Output<Int>? = null, val fromTimeExpr: Output<String>? = null, val maxRetries: Output<Int>? = null, val maxRunTimeInSeconds: Output<Int>? = null, val parameters: Output<Map<String, String>>? = null, val resourcePool: Output<String>? = null, val roleArn: Output<String>? = null, val script: Output<String>? = null, val sourceLogstore: Output<String>? = null, val sqlType: Output<String>? = null, val toTime: Output<Int>? = null, val toTimeExpr: Output<String>? = null) : ConvertibleToJava<ScheduledSqlScheduledSqlConfigurationArgs>

Constructors

constructor(dataFormat: Output<String>? = null, destEndpoint: Output<String>? = null, destLogstore: Output<String>? = null, destProject: Output<String>? = null, destRoleArn: Output<String>? = null, fromTime: Output<Int>? = null, fromTimeExpr: Output<String>? = null, maxRetries: Output<Int>? = null, maxRunTimeInSeconds: Output<Int>? = null, parameters: Output<Map<String, String>>? = null, resourcePool: Output<String>? = null, roleArn: Output<String>? = null, script: Output<String>? = null, sourceLogstore: Output<String>? = null, sqlType: Output<String>? = null, toTime: Output<Int>? = null, toTimeExpr: Output<String>? = null)

Properties

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

Write Mode.

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

Target Endpoint.

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

Target Logstore.

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

Target Project.

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

Write target role ARN.

Link copied to clipboard
val fromTime: Output<Int>? = null

Schedule Start Time.

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

SQL time window-start.

Link copied to clipboard
val maxRetries: Output<Int>? = null

Maximum retries.

Link copied to clipboard
val maxRunTimeInSeconds: Output<Int>? = null

SQL timeout.

Link copied to clipboard
val parameters: Output<Map<String, String>>? = null

Parameter configuration.

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

Resource Pool.

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

Read role ARN.

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

SQL statement.

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

Source Logstore.

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

SQL type.

Link copied to clipboard
val toTime: Output<Int>? = null

Time at end of schedule.

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

SQL time window-end.

Functions

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