

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# AWS Clean Rooms 事件詳細資訊參考
<a name="events-detail-reference-full"></a>

 AWS 服務中的所有事件都有一組通用的欄位，其中包含事件的中繼資料，例如事件來源 AWS 的服務、事件產生的時間、事件發生的帳戶和區域，以及其他。如需這些一般欄位的定義，請參閱《*Amazon EventBridge Events Reference*》中的事件[結構](https://docs.aws.amazon.com/eventbridge/latest/ref/overiew-event-structure.html)。

此外，每個事件都有一個 `detail` 欄位，其中包含該特定事件的特定資料。以下參考定義了各種 AWS Clean Rooms 事件的詳細資訊欄位。

使用 EventBridge 來選取和管理 AWS Clean Rooms 事件時，請謹記下列事項：
+ 來自 的所有事件的 `source` 欄位 AWS Clean Rooms 都設定為 `aws.cleanrooms`。
+ `detail-type` 欄位指定事件類型。

  例如 `Collaboration Created`。
+ `detail` 欄位包含該特定事件的特定資料。

如需建構讓規則符合 AWS Clean Rooms 事件的事件模式的相關資訊，請參閱《*Amazon EventBridge 使用者指南*》中的[事件模式](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html)。

## 分析範本建立的事件
<a name="event-detail-analysis-template-created"></a>

以下是`Analysis Template Created`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Analysis Template Created"]
}
```

## 分析範本更新事件
<a name="event-detail-analysis-template-updated"></a>

以下是`Analysis Template Updated`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Analysis Template Updated"]
}
```

## 分析範本已刪除事件
<a name="event-detail-analysis-template-deleted"></a>

以下是`Analysis Template Deleted`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Analysis Template Deleted"]
}
```

## 協同合作建立的事件
<a name="event-detail-collaboration-created"></a>

以下是`Collaboration Created`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Collaboration Created"]
}
```

## 協同合作已更新事件
<a name="event-detail-collaboration-updated"></a>

以下是`Collaboration Updated`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Collaboration Updated"]
}
```

## 協同合作變更請求建立的事件
<a name="event-detail-collaboration-change-request-created"></a>

以下是`Collaboration Change Request Created`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Collaboration Change Request Created"]
}
```

## 協同合作變更請求核准事件
<a name="event-detail-collaboration-change-request-approved"></a>

以下是`Collaboration Change Request Approved`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Collaboration Change Request Approved"]
}
```

## 協同合作變更請求已取消事件
<a name="event-detail-collaboration-change-request-cancelled"></a>

以下是`Collaboration Change Request Cancelled`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Collaboration Change Request Cancelled"]
}
```

## 協同合作變更請求遞交事件
<a name="event-detail-collaboration-change-request-committed"></a>

以下是`Collaboration Change Request Committed`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Collaboration Change Request Committed"]
}
```

## 設定的資料表關聯已建立事件
<a name="event-detail-configured-table-association-created"></a>

以下是`Configured Table Association Created`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Configured Table Association Created"]
}
```

## 設定的資料表關聯已更新事件
<a name="event-detail-configured-table-association-updated"></a>

以下是`Configured Table Association Updated`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Configured Table Association Updated"]
}
```

## 設定的資料表關聯已刪除事件
<a name="event-detail-configured-table-association-deleted"></a>

以下是`Configured Table Association Deleted`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Configured Table Association Deleted"]
}
```

## 設定的資料表關聯分析規則已建立事件
<a name="event-detail-configured-table-association-analysis-rule-created"></a>

以下是`Configured Table Association Analysis Rule Created`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Configured Table Association Analysis Rule Created"]
}
```

## 設定的資料表關聯分析規則已更新事件
<a name="event-detail-configured-table-association-analysis-rule-updated"></a>

以下是`Configured Table Association Analysis Rule Updated`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Configured Table Association Analysis Rule Updated"]
}
```

## 已設定的資料表關聯分析規則已刪除事件
<a name="event-detail-configured-table-association-analysis-rule-deleted"></a>

以下是`Configured Table Association Analysis Rule Deleted`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Configured Table Association Analysis Rule Deleted"]
}
```

## ID 映射資料表已建立事件
<a name="event-detail-id-mapping-table-created"></a>

以下是`Id Mapping Table Created`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Id Mapping Table Created"]
}
```

## ID 映射資料表已更新事件
<a name="event-detail-id-mapping-table-updated"></a>

以下是`Id Mapping Table Updated`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Id Mapping Table Updated"]
}
```

## ID 映射資料表已刪除事件
<a name="event-detail-id-mapping-table-deleted"></a>

以下是`Id Mapping Table Deleted`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Id Mapping Table Deleted"]
}
```

## ID 命名空間關聯已建立的事件
<a name="event-detail-id-namespace-association-created"></a>

以下是`Id Namespace Association Created`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Id Namespace Association Created"]
}
```

## ID 命名空間關聯已更新事件
<a name="event-detail-id-namespace-association-updated"></a>

以下是`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 命名空間關聯已刪除事件
<a name="event-detail-id-namespace-association-deleted"></a>

以下是`Id Namespace Association Deleted`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Id Namespace Association Deleted"]
}
```

## 受邀參與協同合作事件
<a name="event-detail-invited-to-collaboration"></a>

以下是`Invited To Collaboration`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Invited To Collaboration"]
}
```

## 成員資格建立的事件
<a name="event-detail-membership-created"></a>

以下是`Membership Created`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Membership Created"]
}
```

## 成員資格更新事件
<a name="event-detail-membership-updated"></a>

以下是`Membership Updated`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Membership Updated"]
}
```

## 已刪除成員資格事件
<a name="event-detail-membership-deleted"></a>

以下是`Membership Deleted`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Membership Deleted"]
}
```

## 受保護的任務提交事件
<a name="event-detail-protected-job-submitted"></a>

以下是`Protected Job Submitted`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Job Submitted"]
}
```

## 受保護的任務啟動事件
<a name="event-detail-protected-job-started"></a>

以下是`Protected Job Started`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Job Started"]
}
```

## 受保護任務取消事件
<a name="event-detail-protected-job-cancelling"></a>

以下是`Protected Job Cancelling`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Job Cancelling"]
}
```

## 受保護的任務已取消事件
<a name="event-detail-protected-job-cancelled"></a>

以下是`Protected Job Cancelled`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Job Cancelled"]
}
```

## 受保護任務成功事件
<a name="event-detail-protected-job-succeeded"></a>

以下是`Protected Job Succeeded`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Job Succeeded"]
}
```

## 受保護的任務失敗事件
<a name="event-detail-protected-job-failed"></a>

以下是`Protected Job Failed`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Job Failed"]
}
```

## 受保護的查詢提交事件
<a name="event-detail-protected-query-submitted"></a>

以下是`Protected Query Submitted`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Query Submitted"]
}
```

## 受保護的查詢啟動事件
<a name="event-detail-protected-query-started"></a>

以下是`Protected Query Started`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Query Started"]
}
```

## 受保護的查詢取消事件
<a name="event-detail-protected-query-cancelling"></a>

以下是`Protected Query Cancelling`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Query Cancelling"]
}
```

## 受保護的查詢已取消事件
<a name="event-detail-protected-query-cancelled"></a>

以下是`Protected Query Cancelled`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Query Cancelled"]
}
```

## 受保護的查詢成功事件
<a name="event-detail-protected-query-succeeded"></a>

以下是`Protected Query Succeeded`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Query Succeeded"]
}
```

## 受保護的查詢失敗事件
<a name="event-detail-protected-query-failed"></a>

以下是`Protected Query Failed`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Query Failed"]
}
```

## 受保護的查詢逾時事件
<a name="event-detail-protected-query-timed-out"></a>

以下是`Protected Query Timed Out`事件的詳細資訊欄位。

```
{
  "source": ["aws.cleanrooms"],
  "detail-type": ["Protected Query Timed Out"]
}
```