すべてのプロダクト
Search
ドキュメントセンター

Simple Log Service:MaxComputeExportConfigurationSink

最終更新日:May 28, 2026

パラメーター

タイプ

説明

object

MaxCompute へのデータ転送タスク。

odpsEndpoint

string

MaxCompute のエンドポイント。

  • ⚠️注: MaxCompute のエンドポイントは、Simple Log Service (SLS) プロジェクトのエンドポイントと同じである必要があります。

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

odpsTunnelEndpoint

string

MaxCompute の Tunnel エンドポイント。

  • ⚠️注: MaxCompute の Tunnel エンドポイントは、SLS プロジェクトのエンドポイントと同じである必要があります。

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

odpsProject

string

MaxCompute のプロジェクト名。

demo_project

odpsTable

string

MaxCompute のテーブル名。

demo_table

odpsRolearn

string

データ転送タスクが MaxCompute にデータを書き込むために引き受ける Resource Access Management (RAM) ロール。

acs:ram::xxxxxxx

odpsAccessKeyId

string

MaxCompute にデータを書き込むために使用する AccessKey ID。

axxxxxxxxxxxb

odpsAccessSecret

string

MaxCompute にデータを書き込むために使用する AccessKey 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

2 つのデータ転送タスク間の最小時間の粒度を指定します。単位:秒。有効な値:

  • 1800 (デフォルト)

  • 3600

1800