AWS CloudTrail data event log file examples for S3 Tables - Amazon Simple Storage Service

AWS CloudTrail data event log file examples for S3 Tables

A AWS CloudTrail log file includes information about the requested API operation, the date and time of the operation, request parameters, and so on. This topic provides example log files for CloudTrail data events for S3 Tables.

Example – CloudTrail log file for GetObject data event

The following example shows a CloudTrail log file example that demonstrates the GetObject API operation.

{ "eventVersion": "1.11", "userIdentity": { "type": "IAMUser", "principalId": "123456789012", "arn": "arn": "arn:aws:iam::111122223333:user/"myUserName", "accountId": "111122223333", "accessKeyId": "AKIAIOSFODNN7EXAMPLE", "userName":"myUserName" }, "eventTime": "2024-11-22T17:12:25Z", "eventSource": "s3tables.amazonaws.com", "eventName": "GetObject", "awsRegion": "us-east-1", "sourceIPAddress": "192.0.2.0", "userAgent": "[aws-cli/2.18.5]", "requestParameters": { "Host": "tableWarehouseLocation.s3.us-east-1.amazonaws.com", "key": "product-info.json" }, "responseElements": null, "additionalEventData": { "SignatureVersion": "SigV4", "cipherSuite": "ECDHE-RSA-AES128-GCM-SHA256", "bytesTransferredIn": 0, "AuthenticationMethod": "AuthHeader", "xAmzId2": "q6xhNJYmhg", "bytesTransferredOut": 28441, }, "requestID": "07D681123BD12AED", "eventID": "f2b287f3-0df1-1234-a2f4-c4bdfed47657", "readOnly": true, "resources": [{ "accountId": "111122223333", "type": "AWS::S3Tables::TableBucket", "ARN": "arn:aws:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-bucket1" }, { "accountId": "111122223333", "type": "AWS::S3Tables::Table", "ARN": "arn:aws:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-bucket/table/111aa1111-22bb-33cc-44dd-5555eee66ffff" }], "eventType": "AwsApiCall", "managementEvent": false, "recipientAccountId": "444455556666", "eventCategory": "Data", "tlsDetails": { "tlsVersion": "TLSv1.2", "cipherSuite": "ECDHE-RSA-AES128-GCM-SHA256" "clientProvidedHostHeader": "tableWarehouseLocation.s3.us-east-1.amazonaws.com" } }

Example – CloudTrail log file for PutObject data event

The following example shows a CloudTrail log file example that demonstrates the PutObject API operation.

{ "eventVersion": "1.11", "userIdentity": { "type": "IAMUser", "principalId": "123456789012", "arn": "arn": "arn:aws:iam::444455556666:user/"myUserName", "accountId": "444455556666", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "userName":"myUserName" }, "eventTime": "2024-11-22T17:12:25Z", "eventSource": "s3tables.amazonaws.com", "eventName": "PutObject", "awsRegion": "us-east-1", "sourceIPAddress": "192.0.2.0", "userAgent": "[aws-cli/2.18.5]", "requestParameters": { "Host": "tableWarehouseLocation.s3.us-east-1.amazonaws.com", "key": "product-info.json" }, "responseElements": { "x-amz-server-side-encryption": "AES256", "x-amz-version-id": "13zAFMdccAjt3MWd6ehxgCCCDRdkAKDw" }, "additionalEventData": { "SignatureVersion": "SigV4", "cipherSuite": "ECDHE-RSA-AES128-GCM-SHA256", "bytesTransferredIn": 28441, "AuthenticationMethod": "AuthHeader", "xAmzId2": "q6xhCJYmhg", "bytesTransferredOut": 0, }, "requestID": "28d2faaf-1234-4649-997d-EXAMPLE72818", "eventID": "694d604a-d190-1234-0dd1-EXAMPLEe20c1", "readOnly": false, "resources": [{ "accountId": "444455556666", "type": "AWS::S3Tables::TableBucket", "ARN": "arn:aws:s3tables:us-east-1444455556666:bucket/amzn-s3-demo-bucket1" }, { "accountId": "444455556666", "type": "type": "AWS::S3Tables::Table", "ARN": "arn:aws:s3tables:us-east-1:444455556666:bucket/amzn-s3-demo-bucket1/table/b89ec883-b1d9-4b37-9cd7-b86f590123f4" }], "eventType": "AwsApiCall", "managementEvent": false, "recipientAccountId": "111122223333", "eventCategory": "Data", "tlsDetails": { "tlsVersion": "TLSv1.2", "cipherSuite": "ECDHE-RSA-AES128-GCM-SHA256" "clientProvidedHostHeader": "tableWarehouseLocation.s3.us-east-1.amazonaws.com" } }