翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
AWS Clean Rooms イベント詳細リファレンス
AWS サービスからのすべてのイベントには、イベントのソースである AWS サービス、イベントが生成された時刻、イベントが発生したアカウントとリージョンなど、イベントに関するメタデータを含む共通のフィールドセットがあります。これらの一般的なフィールドの定義については、「Amazon EventBridge Events Reference」の「Event structure」を参照してください。
さらに、各イベントには、その特定のイベントに固有のデータを含む detail
フィールドがあります。以下のリファレンスでは、さまざまな AWS Clean Rooms イベントの詳細フィールドを定義しています。
EventBridge を使用して AWS Clean Rooms イベントを選択および管理する場合は、次の点に注意してください。
-
からのすべてのイベントの
source
フィールド AWS Clean Rooms は に設定されますaws.cleanrooms
。 -
detail-type
フィールドはイベントタイプを指定します。例えば、
Collaboration Created
。 -
detail
フィールドには、その特定のイベントに固有のデータが含まれます。
ルールがイベントを照合 AWS Clean Rooms できるようにするイベントパターンの構築については、「Amazon EventBridge ユーザーガイド」の「イベントパターン」を参照してください。
コラボレーション作成イベント
以下は、Collaboration Created
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Collaboration Created"] }
コラボレーションの更新イベント
以下は、Collaboration Updated
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Collaboration Updated"] }
メンバーシップ作成イベント
以下は、Membership Created
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Membership Created"] }
メンバーシップの更新イベント
以下は、Membership Updated
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Membership Updated"] }
注記
コラボレーションが削除されると、イベントは detail.status
フィールドのメンバーシップ更新イベントにキャプチャされます。
{ "source": ["aws.cleanrooms"], "detail-type": ["Membership Updated"], "detail": { "status": ["COLLABORATION_DELETED"] }
メンバーシップ削除イベント
以下は、Membership Deleted
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Membership Deleted"] }
保護されたクエリの送信イベント
以下は、Protected Query Submitted
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Query Submitted"] }
保護されたクエリ成功イベント
以下は、Protected Query Succeeded
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Query Succeeded"] }
保護されたクエリ失敗イベント
以下は、Protected Query Failed
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Query Failed"] }
保護されたクエリのタイムアウトイベント
以下は、Protected Query Timed Out
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Query Timed Out"] }
保護されたジョブの送信イベント
以下は、Protected Job Submitted
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Job Submitted"] }
保護されたジョブの成功イベント
以下は、Protected Job Succeeded
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Job Succeeded"] }
保護ジョブ失敗イベント
以下は、Protected Job Failed
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Job Failed"] }
保護されたジョブのキャンセルイベント
以下は、Protected Job Cancelled
イベントの詳細フィールドです。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Job Cancelled"] }