了解 AWS IoT Events 日誌檔案項目 - AWS IoT Events

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

了解 AWS IoT Events 日誌檔案項目

追蹤是一種組態,可讓您將事件作為日誌檔案交付至您指定的 Amazon S3 儲存貯體。 AWS CloudTrail 日誌檔案包含一或多個日誌項目。事件代表來自任何來源的單一請求,並包含所請求動作、動作日期和時間、請求參數等資訊。 CloudTrail log 檔案不是公開API呼叫的有序堆疊追蹤,因此它們不會以任何特定順序顯示。

在 AWS 您的帳戶中啟用 CloudTrail 記錄時,對 AWS IoT Events 動作進行的大多數API呼叫都會在 CloudTrail 日誌檔案中追蹤,這些檔案會與其他 AWS 服務記錄一起寫入。 CloudTrail 會根據期間和檔案大小,決定何時建立新檔案。

每個日誌項目都會包含產生要求之人員的資訊。日誌記錄中的使用者身分資訊,可協助您判斷下列事項:

  • 請求是使用根憑證還是IAM使用者憑證提出。

  • 提出該請求時,是否使用了特定角色或聯合身分使用者的暫時安全憑證。

  • 該請求是否由其他 AWS 服務提出。

您可以視需要將日誌檔案存放在 Amazon S3 儲存貯體中,但也可以定義 Amazon S3 生命週期規則,以自動封存或刪除日誌檔案。根據預設,您的日誌檔案會使用 Amazon S3 伺服器端加密 () 進行加密SSE。

若要在日誌檔案交付時收到通知,您可以設定 , CloudTrail 以在交付新日誌檔案時發佈 Amazon SNS通知。如需詳細資訊,請參閱為 設定 Amazon SNS通知 CloudTrail

您也可以將多個 AWS 區域和多個 AWS 帳戶的 AWS IoT Events 日誌檔案彙總到單一 Amazon S3 儲存貯體。

如需詳細資訊,請參閱從多個區域接收 CloudTrail 日誌檔案從多個帳戶接收 CloudTrail 日誌檔案。

下列範例顯示示範 DescribeDetector動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:sts::123456789012:assumed-role/Admin/bertholt-brecht", "accountId": "123456789012", "accessKeyId": "access-key-id", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-08T18:53:58Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/Admin", "accountId": "123456789012", "userName": "Admin" } } }, "eventTime": "2019-02-08T19:02:44Z", "eventSource": "iotevents.amazonaws.com", "eventName": "DescribeDetector", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-cli/1.15.65 Python/3.7.1 Darwin/16.7.0 botocore/1.10.65", "requestParameters": { "detectorModelName": "pressureThresholdEventDetector-brecht", "keyValue": "1" }, "responseElements": null, "requestID": "00f41283-ea0f-4e85-959f-bee37454627a", "eventID": "5eb0180d-052b-49d9-a289-0eb8d08d4c27", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 CreateDetectorModel動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-Lambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEvents-RoleForIotEvents-ABC123DEF456/IotEvents-Lambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABC123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABC123DEF456" } } }, "eventTime": "2019-02-07T23:54:43Z", "eventSource": "iotevents.amazonaws.com", "eventName": "CreateDetectorModel", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "detectorModelName": "myDetectorModel", "key": "HIDDEN_DUE_TO_SECURITY_REASONS", "roleArn": "arn:aws:iam::123456789012:role/events_action_execution_role" }, "responseElements": null, "requestID": "cecfbfa1-e452-4fa6-b86b-89a89f392b66", "eventID": "8138d46b-50a3-4af0-9c5e-5af5ef75ea55", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 CreateInput動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-Lambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABC123DEF456/IotEvents-Lambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABC123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABC123DEF456" } } }, "eventTime": "2019-02-07T23:54:43Z", "eventSource": "iotevents.amazonaws.com", "eventName": "CreateInput", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "inputName": "batchputmessagedetectorupdated", "inputDescription": "batchputmessagedetectorupdated" }, "responseElements": null, "requestID": "fb315af4-39e9-4114-94d1-89c9183394c1", "eventID": "6d8cf67b-2a03-46e6-bbff-e113a7bded1e", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 DeleteDetectorModel動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:54:11Z", "eventSource": "iotevents.amazonaws.com", "eventName": "DeleteDetectorModel", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "detectorModelName": "myDetectorModel" }, "responseElements": null, "requestID": "149064c1-4e24-4160-a5b2-1065e63ee2e4", "eventID": "7669db89-dcc0-4c42-904b-f24b764dd808", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 DeleteInput動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:54:38Z", "eventSource": "iotevents.amazonaws.com", "eventName": "DeleteInput", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "errorCode": "ResourceNotFoundException", "errorMessage": "Input of name: NoSuchInput not found", "requestParameters": { "inputName": "NoSuchInput" }, "responseElements": null, "requestID": "ce6d28ac-5baf-423d-a5c3-afd009c967e3", "eventID": "be0ef01d-1c28-48cd-895e-c3ff3172c08e", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 DescribeDetectorModel動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AAKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:54:20Z", "eventSource": "iotevents.amazonaws.com", "eventName": "DescribeDetectorModel", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "detectorModelName": "myDetectorModel" }, "responseElements": null, "requestID": "18a11622-8193-49a9-85cb-1fa6d3929394", "eventID": "1ad80ff8-3e2b-4073-ac38-9cb3385beb04", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 DescribeInput動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AAKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:56:09Z", "eventSource": "iotevents.amazonaws.com", "eventName": "DescribeInput", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "inputName": "input_createinput" }, "responseElements": null, "requestID": "3af641fa-d8af-41c9-ba77-ac9c6260f8b8", "eventID": "bc4e6cc0-55f7-45c1-b597-ec99aa14c81a", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 DescribeLoggingOptions動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:53:23Z", "eventSource": "iotevents.amazonaws.com", "eventName": "DescribeLoggingOptions", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": null, "responseElements": null, "requestID": "b624b6c5-aa33-41d8-867b-025ec747ee8f", "eventID": "9c7ce626-25c8-413a-96e7-92b823d6c850", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 ListDetectorModels動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:53:23Z", "eventSource": "iotevents.amazonaws.com", "eventName": "ListDetectorModels", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "nextToken": "CkZEZXRlY3Rvck1vZGVsMl9saXN0ZGV0ZWN0b3Jtb2RlbHN0ZXN0X2VlOWJkZTk1YT", "maxResults": 3 }, "responseElements": null, "requestID": "6d70f262-da95-4bb5-94b4-c08369df75bb", "eventID": "2d01a25c-d5c7-4233-99fe-ce1b8ec05516", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 ListDetectorModelVersions動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:53:33Z", "eventSource": "iotevents.amazonaws.com", "eventName": "ListDetectorModelVersions", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "detectorModelName": "myDetectorModel", "maxResults": 2 }, "responseElements": null, "requestID": "ebecb277-6bd8-44ea-8abd-fbf40ac044ee", "eventID": "fc6281a2-3fac-4e1e-98e0-ca6560b8b8be", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 ListDetectors動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:53:54Z", "eventSource": "iotevents.amazonaws.com", "eventName": "ListDetectors", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "detectorModelName": "batchputmessagedetectorinstancecreated", "stateName": "HIDDEN_DUE_TO_SECURITY_REASONS" }, "responseElements": null, "requestID": "4783666d-1e87-42a8-85f7-22d43068af94", "eventID": "0d2b7e9b-afe6-4aef-afd2-a0bb1e9614a9", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 ListInputs動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:53:57Z", "eventSource": "iotevents.amazonaws.com", "eventName": "ListInputs", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "nextToken": "CkhjYW5hcnlfdGVzdF9pbnB1dF9saXN0ZGV0ZWN0b3Jtb2RlbHN0ZXN0ZDU3OGZ", "maxResults": 3 }, "responseElements": null, "requestID": "dd6762a1-1f24-4e63-a986-5ea3938a03da", "eventID": "c500f6d8-e271-4366-8f20-da4413752469", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 PutLoggingOptions動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:56:43Z", "eventSource": "iotevents.amazonaws.com", "eventName": "PutLoggingOptions", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "loggingOptions": { "roleArn": "arn:aws:iam::123456789012:role/logging__logging_role", "level": "INFO", "enabled": false } }, "responseElements": null, "requestID": "df570e50-fb19-4636-9ec0-e150a94bc52c", "eventID": "3247f928-26aa-471e-b669-e4a9e6fbc42c", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 UpdateDetectorModel動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:55:51Z", "eventSource": "iotevents.amazonaws.com", "eventName": "UpdateDetectorModel", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "requestParameters": { "detectorModelName": "myDetectorModel", "roleArn": "arn:aws:iam::123456789012:role/Events_action_execution_role" }, "responseElements": null, "requestID": "add29860-c1c5-4091-9917-d2ef13c356cf", "eventID": "7baa9a14-6a52-47dc-aea0-3cace05147c3", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }

下列範例顯示示範 UpdateInput動作的 CloudTrail 日誌項目。

{ "eventVersion": "1.05", "userIdentity": { "type": "AssumedRole", "principalId": "AKIAI44QH8DHBEXAMPLE:IotEvents-EventsLambda", "arn": "arn:aws:sts::123456789012:assumed-role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456/IotEvents-EventsLambda", "accountId": "123456789012", "accessKeyId": "AKIAI44QH8DHBEXAMPLE", "sessionContext": { "attributes": { "mfaAuthenticated": "false", "creationDate": "2019-02-07T22:22:30Z" }, "sessionIssuer": { "type": "Role", "principalId": "AKIAI44QH8DHBEXAMPLE", "arn": "arn:aws:iam::123456789012:role/IotEventsLambda-RoleForIotEvents-ABCD123DEF456", "accountId": "123456789012", "userName": "IotEventsLambda-RoleForIotEvents-ABCD123DEF456" } } }, "eventTime": "2019-02-07T23:53:00Z", "eventSource": "iotevents.amazonaws.com", "eventName": "UpdateInput", "awsRegion": "us-east-1", "sourceIPAddress": "192.168.0.1", "userAgent": "aws-internal/3", "errorCode": "ResourceNotFoundException", "errorMessage": "Input of name: NoSuchInput not found", "requestParameters": { "inputName": "NoSuchInput", "inputDescription": "this is a description of an input" }, "responseElements": null, "requestID": "58d5d2bb-4110-4c56-896a-ee9156009f41", "eventID": "c2df241a-fd53-4fd0-936c-ba309e5dc62d", "eventType": "AwsApiCall", "recipientAccountId": "123456789012" }