

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 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"]
}
```