putAuditEvents
inline suspend fun CloudTrailDataClient.putAuditEvents(crossinline block: PutAuditEventsRequest.Builder.() -> Unit): PutAuditEventsResponse
Ingests your application events into CloudTrail Lake. A required parameter, auditEvents
, accepts the JSON records (also called payload) of events that you want CloudTrail to ingest. You can add up to 100 of these events (or up to 1 MB) per PutAuditEvents
request.