本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AWS Clean Rooms 事件詳細資訊參考
AWS 服務中的所有事件都有一組通用的欄位,其中包含事件的中繼資料,例如事件來源 AWS 的服務、事件產生的時間、事件發生的帳戶和區域,以及其他。如需這些一般欄位的定義,請參閱《Amazon EventBridge Events Reference》中的事件結構。
此外,每個事件都有一個 detail 欄位,其中包含該特定事件的特定資料。以下參考定義了各種 AWS Clean Rooms 事件的詳細資訊欄位。
使用 EventBridge 來選取和管理 AWS Clean Rooms 事件時,請謹記下列事項:
-
來自 的所有事件的
source欄位 AWS Clean Rooms 都設定為aws.cleanrooms。 -
detail-type欄位指定事件類型。例如
Collaboration Created。 -
detail欄位包含該特定事件的特定資料。
如需建構讓規則符合 AWS Clean Rooms 事件的事件模式的相關資訊,請參閱《Amazon EventBridge 使用者指南》中的事件模式。
分析範本建立的事件
以下是Analysis Template Created事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Analysis Template Created"] }
分析範本更新事件
以下是Analysis Template Updated事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Analysis Template Updated"] }
分析範本已刪除事件
以下是Analysis Template Deleted事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Analysis Template Deleted"] }
協同合作建立的事件
以下是Collaboration Created事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Collaboration Created"] }
協同合作已更新事件
以下是Collaboration Updated事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Collaboration Updated"] }
協同合作變更請求建立的事件
以下是Collaboration Change Request Created事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Collaboration Change Request Created"] }
協同合作變更請求核准事件
以下是Collaboration Change Request Approved事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Collaboration Change Request Approved"] }
協同合作變更請求已取消事件
以下是Collaboration Change Request Cancelled事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Collaboration Change Request Cancelled"] }
協同合作變更請求遞交事件
以下是Collaboration Change Request Committed事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Collaboration Change Request Committed"] }
設定的資料表關聯已建立事件
以下是Configured Table Association Created事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Configured Table Association Created"] }
設定的資料表關聯已更新事件
以下是Configured Table Association Updated事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Configured Table Association Updated"] }
設定的資料表關聯已刪除事件
以下是Configured Table Association Deleted事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Configured Table Association Deleted"] }
設定的資料表關聯分析規則已建立事件
以下是Configured Table Association Analysis Rule Created事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Configured Table Association Analysis Rule Created"] }
設定的資料表關聯分析規則已更新事件
以下是Configured Table Association Analysis Rule Updated事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Configured Table Association Analysis Rule Updated"] }
已設定的資料表關聯分析規則已刪除事件
以下是Configured Table Association Analysis Rule Deleted事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Configured Table Association Analysis Rule Deleted"] }
ID 映射資料表已建立事件
以下是Id Mapping Table Created事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Id Mapping Table Created"] }
ID 映射資料表已更新事件
以下是Id Mapping Table Updated事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Id Mapping Table Updated"] }
ID 映射資料表已刪除事件
以下是Id Mapping Table Deleted事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Id Mapping Table Deleted"] }
ID 命名空間關聯已建立的事件
以下是Id Namespace Association Created事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Id Namespace Association Created"] }
ID 命名空間關聯已更新事件
以下是Id Namespace Association Updated事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Id Namespace Association Updated"] }
注意
刪除協同合作時,事件會在 detail.status 欄位中的 ID 命名空間關聯已更新事件中擷取。
{ "source": ["aws.cleanrooms"], "detail-type": ["Id Namespace Association Updated"], "detail": { "status": ["COLLABORATION_DELETED"] }
ID 命名空間關聯已刪除事件
以下是Id Namespace Association Deleted事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Id Namespace Association Deleted"] }
受邀參與協同合作事件
以下是Invited To Collaboration事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Invited To Collaboration"] }
成員資格建立的事件
以下是Membership Created事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Membership Created"] }
成員資格更新事件
以下是Membership Updated事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Membership Updated"] }
已刪除成員資格事件
以下是Membership Deleted事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Membership Deleted"] }
受保護的任務提交事件
以下是Protected Job Submitted事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Job Submitted"] }
受保護的任務啟動事件
以下是Protected Job Started事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Job Started"] }
受保護任務取消事件
以下是Protected Job Cancelling事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Job Cancelling"] }
受保護的任務已取消事件
以下是Protected Job Cancelled事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Job Cancelled"] }
受保護任務成功事件
以下是Protected Job Succeeded事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Job Succeeded"] }
受保護的任務失敗事件
以下是Protected Job Failed事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Job Failed"] }
受保護的查詢提交事件
以下是Protected Query Submitted事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Query Submitted"] }
受保護的查詢啟動事件
以下是Protected Query Started事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Query Started"] }
受保護的查詢取消事件
以下是Protected Query Cancelling事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Query Cancelling"] }
受保護的查詢已取消事件
以下是Protected Query Cancelled事件的詳細資訊欄位。
{ "source": ["aws.cleanrooms"], "detail-type": ["Protected Query Cancelled"] }
受保護的查詢成功事件
以下是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"] }