기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
MatchmakingSearching
티켓이 매치메이킹에 입력되었습니다. 여기에는 신규 요청과 실패한 제안된 매치의 일부였던 요청이 포함됩니다.
리소스: ConfigurationArn
세부 정보: type, tickets, estimatedWaitMillis, gameSessionInfo
참고
estimatedWaitMillis 값은 밀리초가 아닌 초 단위로 보고됩니다. 사용 가능한 경우 값은 초를 나타내는 정수이고, 그렇지 않으면 문자열입니다"NOT_AVAILABLE". 이 값은 초 단위의 DescribeMatchmaking API에서 반환되는 EstimatedWaitTime 필드와 일치합니다. 애플리케이션이 이미이 값을 초로 해석하는 경우 변경할 필요가 없습니다.
예제
{ "version": "0", "id": "cc3d3ebe-1d90-48f8-b268-c96655b8f013", "detail-type": "GameLift Matchmaking Event", "source": "aws.gamelift", "account": "123456789012", "time": "2017-08-08T21:15:36.421Z", "region": "us-west-2", "resources": [ "arn:aws:gamelift:us-west-2:123456789012:matchmakingconfiguration/SampleConfiguration" ], "detail": { "tickets": [ { "ticketId": "ticket-1", "startTime": "2017-08-08T21:15:35.676Z", "players": [ { "playerId": "player-1" } ] } ], "estimatedWaitMillis": "NOT_AVAILABLE", "type": "MatchmakingSearching", "gameSessionInfo": { "players": [ { "playerId": "player-1" } ] } } }