Scheduled Sql Scheduled Sql Configuration Args
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
Link copied to clipboard
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
Write Mode.
Link copied to clipboard
Target Endpoint.
Link copied to clipboard
Target Logstore.
Link copied to clipboard
Target Project.
Link copied to clipboard
Write target role ARN.
Link copied to clipboard
SQL time window-start.
Link copied to clipboard
Maximum retries.
Link copied to clipboard
SQL timeout.
Link copied to clipboard
Parameter configuration.
Link copied to clipboard
Resource Pool.
Link copied to clipboard
Source Logstore.
Link copied to clipboard
SQL time window-end.