aws-eventbridge-event-detail-payload
Custom EventBridge event detail is arbitrary JSON and is copied to targets, archives, and logs; it is not directly readable from the event bus.
Where it sits
| location | PutEvents request.Entries[].Detail |
| location kind | payload |
| data kinds | credential password api_key bearer_token session_token customer_data pii |
| emits edge | ContainsCredential |
| service | EventBridge (aws:eventbridge) |
Collection recipe
| access mode | write_only_input |
| operation | PutEvents |
| response path | request.Entries[].Detail |
| encoding | json |
| params | {"Entries": [{"Detail": "\u003cjson\u003e", "DetailType": "\u003ctype\u003e", "EventBusName": "\u003cbus\u003e"}]} |
Required permissions
References