All Products
Search
Document Center

Simple Log Service:MaxComputeExportConfigurationSink

Last Updated:Sep 15, 2025
ParameterTypeDescriptionExample
object

The MaxCompute data shipping job.

odpsEndpointstring

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
odpsTunnelEndpointstring

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
odpsProjectstring

The name of the MaxCompute project.

demo_project
odpsTablestring

The name of the MaxCompute table.

demo_table
odpsRolearnstring

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

acs:ram::xxxxxxx
odpsAccessKeyIddeprecatedstring

The AccessKey ID used to write data to MaxCompute.

axxxxxxxxxxxb
odpsAccessSecretdeprecatedstring

The AccessKey secret used to write data to MaxCompute.

aaxxxxxxxxxxxxxxxxxxxxxbb
partitionTimeFormatstring

The time partition format.

%Y_%m_%d
timeZonestring

The time zone.

+0800
fieldsarray

The fields that you want to ship.

string

The Simple Log Service log field.

'f1'
partitionColumnarray

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'
filterInvalidboolean

Specifies whether to filter the invalid content.

  • true (default)
  • false
true
timeFormatTypestring

The time partition type. Valid values:

  • StrfTimeFormat (default)
  • JavaSimpleDateFormat
StrfTimeFormat
bufferIntervalstring

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

  • 1800 (default)
  • 3600
1800