| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The configurations of the MaxCompute data shipping job. | ||
| logstore | string | The name of the Logstore. | my-logstore |
| roleArn | string | The Alibaba Cloud Resource Name (ARN) of the Resource Access Management (RAM) role that is used to read data from Simple Log Service. | acs:ram::1234567890:role/aliyunlogdefaultrole |
| sink | MaxComputeExportConfigurationSink | The configuration of the MaxCompute data shipping job. | |
| fromTime | long | The beginning of the time range to ship data. The value 1 specifies that the data shipping job ships data from the first log in the Logstore. | 1718380800 |
| toTime | long | The end of the time range to ship data. The value 0 specifies that the data shipping job continuously ships data until the job is manually stopped. | 1718390800 |