Amazon CloudTrail · Schema
Amazon CloudTrail Event
Represents a CloudTrail event record containing information about an API call or account activity.
AWSCloudTrailAuditComplianceGovernanceSecurity
Properties
| Name | Type | Description |
|---|---|---|
| eventVersion | string | The version of the event log format. |
| userIdentity | object | Information about the user that made the request. |
| eventTime | string | The date and time the request was made. |
| eventSource | string | The service that the request was made to. |
| eventName | string | The requested action (API operation name). |
| awsRegion | string | The AWS Region that the request was made to. |
| sourceIPAddress | string | The IP address that the request was made from. |
| userAgent | string | The agent through which the request was made. |
| errorCode | string | The AWS service error if the request returned an error. |
| errorMessage | string | The error message if the request returned an error. |
| requestParameters | object | The parameters sent with the request. |
| responseElements | object | The response element for actions that make changes. |
| eventID | string | A GUID generated by CloudTrail to uniquely identify each event. |
| eventType | string | Identifies the type of event that generated the event record. |
| readOnly | boolean | Whether the event is a read-only event. |
| managementEvent | boolean | Whether the event is a management event. |