All Products
Search
Document Center

Simple Log Service:MaxComputeExportConfigurationSink

Last Updated:Jun 11, 2026

Parameter

Type

Description

Example

object

The MaxCompute data shipping job.

odpsEndpoint

string

The endpoint of MaxCompute.

  • ⚠️Note: The endpoint of MaxCompute must be the same as that of the Simple Log Service project.

https://service.cn-hangzhou-intranet.maxcompute.aliyun-inc.com/api

odpsTunnelEndpoint

string

The Tunnel endpoint of MaxCompute.

  • ⚠️Note: The Tunnel endpoint of MaxCompute must be the same as that of the Simple Log Service project.

https://dt.cn-hangzhou-intranet.maxcompute.aliyun-inc.com

odpsProject

string

The name of the MaxCompute project.

demo_project

odpsTable

string

The name of the MaxCompute table.

demo_table

odpsRolearn

string

The Resource Access Management (RAM) role the data shipping job assumes to write data to MaxCompute.

acs:ram::xxxxxxx

odpsAccessKeyId

string

The AccessKey ID used to write data to MaxCompute.

axxxxxxxxxxxb

odpsAccessSecret

string

The AccessKey secret used to write data to MaxCompute.

aaxxxxxxxxxxxxxxxxxxxxxbb

partitionTimeFormat

string

The time partition format.

%Y_%m_%d

timeZone

string

The time zone.

+0800

fields

array

The fields that you want to ship.

string

The Simple Log Service log field.

'f1'

partitionColumn

array

The partition key columns that you want to ship.

string

The Simple Log Service log field or reserved field. The reserved field __partition_time__ is used as a partition key column.

'p1'

filterInvalid

boolean

Specifies whether to filter the invalid content.

  • true (default)

  • false

true

timeFormatType

string

The time partition type. Valid values:

  • StrfTimeFormat (default)

  • JavaSimpleDateFormat

StrfTimeFormat

bufferInterval

string

Specifies the minimum time granularity between two data shipping jobs. Unit: seconds. Valid values:

  • 1800 (default)

  • 3600

1800