How do I know AWS events data which is actually generated?

0

I would like to know exact JSON data describing an event to construct a custom event pattern in EventBridge configuration. It seems there is only "detail" information in the Event Record on CloudTrail. How do I know the top-level fields such as "source" or "detail-type" of an event?

ktsuda
preguntada hace un año210 visualizaciones
2 Respuestas
1
Respuesta aceptada

Check the following documentation for examples of supported events.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html

For CloudTrail, "detail-type" will all be "AWS API Call via CloudTrail".
For events occurring in AWS, "Source" will always start with "aws".
For more information, please check the following documents.
https://docs.aws.amazon.com/ja_jp/AmazonCloudWatch/latest/events/CloudWatchEventsandEventPatterns.html

profile picture
EXPERTO
respondido hace un año
1

All the top level fields are described here. An event producer must specify the source, detail type and detail. They can also specify the timestamp and resources. All the event information should be provided in the detail type (which indicates what is the event) and the details, which should include all the needed information in nested fields.

profile pictureAWS
EXPERTO
Uri
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas