Amazon EventBridge · Example Payload

Amazon Eventbridge Target Example

Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerless

Amazon Eventbridge Target Example is an example object payload from Amazon EventBridge, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdArnRoleArnInputInputPathInputTransformer

Example Payload

Raw ↑
{
  "Id": "example-value",
  "Arn": "example-value",
  "RoleArn": "example-value",
  "Input": "example-value",
  "InputPath": "example-value",
  "InputTransformer": {
    "InputPathsMap": {},
    "InputTemplate": "example-value"
  }
}