

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# AWS Clean Rooms イベント詳細リファレンス
<a name="events-detail-reference-full"></a>

 AWS サービスからのすべてのイベントには、イベントのソースである AWS サービス、イベントが生成された時刻、イベントが発生したアカウントとリージョンなど、イベントに関するメタデータを含む共通のフィールドセットがあります。これらの一般的なフィールドの定義については、「*Amazon EventBridge イベントリファレンス*」の「[イベントの構造](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"]
}
```