String eventData
The content of an audit event that comes from the event, such as userIdentity,
userAgent, and eventSource.
String eventDataChecksum
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail receives the event that matches with the checksum. Calculate the checksum by running a command like the following:
printf %s $eventdata | openssl dgst -binary -sha256 | base64
String id
The original event ID from the source event.
List<E> auditEvents
The JSON payload of events that you want to ingest. You can also point to the JSON event payload in a file.
String channelArn
The ARN or ID (the ARN suffix) of a channel.
String externalId
A unique identifier that is conditionally required when the channel's resource policy includes an external ID. This value can be any string, such as a passphrase or account number.
List<E> failed
Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error code and error message returned for events that could not be ingested.
List<E> successful
Lists events in the provided event payload that were successfully ingested into CloudTrail.
String errorCode
The error code for events that could not be ingested by CloudTrail. Possible error codes include:
FieldTooLong, FieldNotFound, InvalidChecksum, InvalidData,
InvalidRecipient, InvalidEventSource, AccountNotSubscribed,
Throttling, and InternalFailure.
String errorMessage
The message that describes the error for events that could not be ingested by CloudTrail.
String id
The original event ID from the source event that could not be ingested by CloudTrail.
Copyright © 2024. All rights reserved.