全部产品
Search
文档中心

日志服务:MaxComputeExportConfigurationSink

更新时间:Aug 27, 2026

名称

类型

描述

示例值

object

MaxComputeExportConfigurationSink

odpsEndpoint

string

MaxCompute Endpoint

  • ⚠️注意:仅支持同地域的 Endpoint

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

odpsTunnelEndpoint

string

MaxCompute Tunnel Endpoint

  • ⚠️注意:仅支持同地域的 Tunnel Endpoint

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

odpsProject

string

MaxCompute 项目名称

demo_project

odpsTable

string

MaxCompute 表名称

demo_table

odpsRolearn

string

写 MaxCompute ram 角色

acs:ram::xxxxxxx

odpsAccessKeyId

string

写数据 ak id

axxxxxxxxxxxb

odpsAccessSecret

string

写数据 ak secret

aaxxxxxxxxxxxxxxxxxxxxxbb

partitionTimeFormat

string

时间分区格式

%Y_%m_%d

timeZone

string

时间分区

+0800

fields

array

需要投递的字段

string

SLS 日志字段

'f1'

partitionColumn

array

需要投递的分区字段

string

SLS 日志字段或系统保留字段__partition_time__作为分区

'p1'

filterInvalid

boolean

是否过滤无效内容

  • true(默认值)

  • false

true

timeFormatType

string

分区时间类型,支持如下两种:

  • StrfTimeFormat(默认值)

  • JavaSimpleDateFormat

StrfTimeFormat

bufferInterval

string

计算投递时间分区时的最小时间粒度(单位:秒)

  • 1800(默认值)

  • 3600

1800