> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> event-stream Action トリガーの event オブジェクトについて説明します。このオブジェクトは、トリガーの実行に関するコンテキスト情報を提供します。

# Actions トリガー: event-stream - Event オブジェクト

event-stream Actions トリガーの `event` オブジェクトは、トリガーの実行に関するコンテキスト情報を提供します。

<div id="eventmessage">
  ## `event.message`
</div>

<ResponseField name="event.message" type="dictionary">
  すべてのイベントプロパティを含む CloudEvent メッセージです。

  <Expandable title="メッセージのプロパティ" defaultOpen>
    <ResponseField name="id" type="string">
      イベントを識別します。
    </ResponseField>

    <ResponseField name="type" type="string">
      発生元の事象に関連するイベントの種類を示します。
    </ResponseField>

    <ResponseField name="data" type="dictionary" post={["optional"]}>
      イベントのペイロードです。
    </ResponseField>

    <ResponseField name="source" type="string">
      イベントが発生したコンテキストを識別します。
    </ResponseField>

    <ResponseField name="specversion" type="string">
      イベントで使用される CloudEvents 仕様のバージョンです。
    </ResponseField>

    <ResponseField name="time" type="string" post={["optional"]}>
      事象が発生した日時を示すタイムスタンプです。RFC 3339 に準拠する必要があります。
    </ResponseField>
  </Expandable>
</ResponseField>

<div id="eventsecrets">
  ## `event.secrets`
</div>

<ResponseField name="event.secrets" type="secrets">
  このActionに安全に関連付けられたシークレットの値。
</ResponseField>
