EtlConfigurationArgs

data class EtlConfigurationArgs(val fromTime: Output<Int>, val lang: Output<String>, val logstore: Output<String>, val parameters: Output<Map<String, String>>? = null, val roleArn: Output<String>, val script: Output<String>, val sinks: Output<List<EtlConfigurationSinkArgs>>, val toTime: Output<Int>) : ConvertibleToJava<EtlConfigurationArgs>

Constructors

Link copied to clipboard
constructor(fromTime: Output<Int>, lang: Output<String>, logstore: Output<String>, parameters: Output<Map<String, String>>? = null, roleArn: Output<String>, script: Output<String>, sinks: Output<List<EtlConfigurationSinkArgs>>, toTime: Output<Int>)

Properties

Link copied to clipboard
val fromTime: Output<Int>

The beginning of the time range for transformation.

Link copied to clipboard
val lang: Output<String>

Data processing syntax type.

Link copied to clipboard
val logstore: Output<String>

Destination Logstore Name.

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

Advanced parameter configuration.

Link copied to clipboard
val roleArn: Output<String>

The ARN role that authorizes writing to the target Logstore.

Link copied to clipboard
val script: Output<String>

Processing script.

Link copied to clipboard

Processing result output target list See sink below.

Link copied to clipboard
val toTime: Output<Int>

The end of the time range for transformation.

Functions

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