本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
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 使用者指南》中的事件模式。
協同合作建立的事件
以下是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"] }