Parameter | Type | Description | Example |
---|---|---|---|
object | The ETL configuration. | ||
script | string | The transformation script. | e_set("key","value") |
lang | string | The type of the data transformation syntax. | SPL |
logstore | string | The name of the source Logstore. | test-logstore |
roleArn | string | The Alibaba Cloud Resource Name (ARN) of the role that is used to grant the permissions to read data from the source Logstore. | acs:ram::13234:role/logtarget |
accessKeyIddeprecated | string | The AccessKey ID that is used to grant the permissions to read data from the source Logstore. This parameter is required. If you use a role to grant the required permissions, specify an empty string. | |
accessKeySecretdeprecated | string | The AccessKey secret that is used to grant the permissions to read data from the source Logstore. This parameter is required. If you use a role to grant the required permissions, specify an empty string. | |
fromTime | long | The beginning of the time range for transformation. Specify a UNIX timestamp that is accurate to the second. This parameter is required. If you want to transform data from the first log in the source Logstore, enter 0. | 0 |
toTime | long | The end of the time range for transformation. Specify a UNIX timestamp that is accurate to the second. This parameter is required. If you want to transform data until the data transformation job is manually stopped, enter 0. | 0 |
sinks | array | The storage destinations. | |
ETLConfigurationSink | |||
parameters | object | The advanced parameter settings. | config.vpc.vpc_id.test1:vpc-uf6mskb0b****n9yj |