미디어 파이프라인 이벤트 전송 CloudTrail - Amazon Chime SDK

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

미디어 파이프라인 이벤트 전송 CloudTrail

AWSAWS계정을 만들 때 사용할 수 있습니다. CloudTrail 사용자가 미디어 파이프라인 SDK에서 지원되는 API를 호출하면 해당 API의 활동을 다른AWS 이벤트와 함께 이벤트 기록에 기록합니다. CloudTrail AWS 계정에서 미디어 파이프라인 이벤트를 확인, 검색 및 다운로드할 수 있습니다. 자세한 내용은 CloudTrail 사용 설명서의 CloudTrail 이벤트 기록과 함께 이벤트 보기를 참조하십시오.

미디어 파이프라인 이벤트를 지속적으로 기록하려면 트레일을 만들 수 있습니다. Amazon S3 CloudTrail 버킷으로 로그 파일을 파일을 로그 파일을 파일을 파일을 전송할 수 있습니다. 다음 예에서는 미디어 파이프라인으로 로그 파일을 전송할 수 있습니다. 데이터에는 API를 호출한 사용자, API를 호출하는 데 사용된 IAM 역할, 타임스탬프가 포함됩니다. 사용에 대한 자세한 내용은 Amazon Chime SDK 관리자 안내서의 로깅 및 모니터링을 CloudTrail 참조하십시오.

{ "Records": [ { "eventVersion": "1.08", "userIdentity": { "type": "AssumedRole", "principalId": "ABCDEFGHIJKLMNOPQRSTUV:user-name", "arn": "arn:aws:sts::123456789101:assumed-role/role-name/user-name", "accountId": "109876543210", "accessKeyId": "ABCDEFGHIJKLMNOPQRSTUV", "sessionContext": { "sessionIssuer": { "type": "Role", "principalId": "ABCDEFGHIJKLMNOPQRSTUV", "arn": "arn:aws:iam::109876543210:role/role-name", "accountId": "012345678910", "userName": "user-name" }, "webIdFederationData": {}, "attributes": { "mfaAuthenticated": "false", "creationDate": "2022-03-08T19:34:55Z" } } }, "eventTime": "2022-03-08T20:28:41Z", "eventSource": "chime-sdk-media-pipelines.amazonaws.com", "eventName": "CreateMediaCapturePipeline", "awsRegion": "us-east-1", "sourceIPAddress": "127.0.0.1", "userAgent": "[]/[]", "requestParameters": { "sourceType": "ChimeSdkMeeting", "sourceArn": "Hidden_For_Security_Reasons", "sinkType": "S3Bucket", "sinkArn": "Hidden_For_Security_Reasons", "chimeSdkMeetingConfiguration": { "artifactsConfiguration": { "audio": { "muxType": "AudioOnly" }, "video": { "state": "Enabled", "muxType": "VideoOnly" }, "content": { "state": "Enabled", "muxType": "ContentOnly" } } } }, "responseElements": { "mediaCapturePipeline": { "mediaPipelineId": "pipeline-uuid", "sourceType": "ChimeSdkMeeting", "sourceArn": "Hidden_For_Security_Reasons", "status": "Initializing", "sinkType": "S3Bucket", "sinkArn": "Hidden_For_Security_Reasons", "createdTimestamp": "2022-03-08T20:28:41.336Z", "updatedTimestamp": "2022-03-08T20:28:41.463Z", "chimeSdkMeetingConfiguration": { "artifactsConfiguration": { "audio": { "muxType": "AudioOnly" }, "video": { "state": "Enabled", "muxType": "VideoOnly" }, "content": { "state": "Enabled", "muxType": "ContentOnly" } } } } }, "requestID": "request-id", "eventID": "event-id", "readOnly": false, "eventType": "AwsApiCall", "managementEvent": true, "eventCategory": "Management", "recipientAccountId": "112233445566", "tlsDetails": { "tlsVersion": "TLSv1.2", "clientProvidedHostHeader": "example.com" } }, ] }