|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
ETLConfiguration |
||
| script |
string |
The data transformation script. |
* | extend key='value' |
| lang |
string |
The language of the data transformation script. |
SPL |
| logstore |
string |
The name of the source Logstore. |
test-logstore |
| roleArn |
string |
The ARN of the RAM role that is authorized to read data from the source Logstore. |
acs:ram::13234:role/logtarget |
| accessKeyId |
string |
The AccessKey ID that is required to read data from the source Logstore. This parameter is required. If you use a RAM role for authorization, set this parameter to an empty string. |
|
| accessKeySecret |
string |
The AccessKey secret that is required to read data from the source Logstore. This parameter is required. If you use a RAM role for authorization, set this parameter to an empty string. |
|
| fromTime |
integer |
The start time of the data transformation. The value is a UNIX timestamp. Unit: seconds. This parameter is required. To start the data transformation from the earliest log in the source Logstore, set this parameter to 0. |
0 |
| toTime |
integer |
The end time of the data transformation. The value is a UNIX timestamp. Unit: seconds. This parameter is required. To continuously perform the data transformation until you manually stop it, set this parameter to 0. |
0 |
| sinks |
array |
The output destinations of the data transformation. |
|
| ETLConfigurationSink | |||
| parameters |
object |
Advanced parameters. |
config.vpc.vpc_id.test1:vpc-uf6mskb0b****n9yj |