기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
AWS Clean Rooms 이벤트 세부 정보 참조
AWS 서비스의 모든 이벤트에는 이벤트의 소스인 AWS 서비스, 이벤트가 생성된 시간, 이벤트가 발생한 계정 및 리전 등 이벤트에 대한 메타데이터가 포함된 공통 필드 세트가 있습니다. 이러한 일반 필드에 대한 정의는 Amazon EventBridge 이벤트 참조의 이벤트 구조를 참조하세요. EventBridge
또한 각 이벤트에는 해당 특정 이벤트와 관련된 데이터를 포함하는 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"] }