ScheduledSqlScheduledSqlConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataFormat: String? = null

Write Mode.

Link copied to clipboard
val destEndpoint: String? = null

Target Endpoint.

Link copied to clipboard
val destLogstore: String? = null

Target Logstore.

Link copied to clipboard
val destProject: String? = null

Target Project.

Link copied to clipboard
val destRoleArn: String? = null

Write target role ARN.

Link copied to clipboard
val fromTime: Int? = null

Schedule Start Time.

Link copied to clipboard
val fromTimeExpr: String? = null

SQL time window-start.

Link copied to clipboard
val maxRetries: Int? = null

Maximum retries.

Link copied to clipboard

SQL timeout.

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

Parameter configuration.

Link copied to clipboard
val resourcePool: String? = null

Resource Pool.

Link copied to clipboard
val roleArn: String? = null

Read role ARN.

Link copied to clipboard
val script: String? = null

SQL statement.

Link copied to clipboard
val sourceLogstore: String? = null

Source Logstore.

Link copied to clipboard
val sqlType: String? = null

SQL type.

Link copied to clipboard
val toTime: Int? = null

Time at end of schedule.

Link copied to clipboard
val toTimeExpr: String? = null

SQL time window-end.