Skip to content

Commit

Permalink
Clarify resync period of AWS EventBridge Processor
Browse files Browse the repository at this point in the history
Closes: #68
  • Loading branch information
Michael Gasch authored Mar 9, 2020
1 parent d5dc652 commit 976adc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vmware-event-router/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The VMware Event Router uses the `"subject"` field in the event payload to store
}
```

`"subject"` can contain one or more event categories. Wildcards (`"*"`) are not supported. The VMware Event Router periodically synchronizes the its internal pattern map against AWS EventBridge.
`"subject"` can contain one or more event categories. Wildcards (`"*"`) are not supported. If one wants to modify the event pattern match rule **after** deploying the VMware Event Router, its internal rules cache is periodically synchronized with AWS EventBridge at a fixed interval of 5 minutes.

> **Note:** A list of event names (categories) and how to retrieve them can be found [here](https://github.com/lamw/vcenter-event-mapping/blob/master/vsphere-6.7-update-3.md).

Expand Down Expand Up @@ -381,4 +381,4 @@ The following example for a `VmPoweredOnEvent` shows the event structure and pay
}
```

> **Note:** If you use the AWS EventBridge stream `processor` the event is wrapped and accessible under `""detail": {}"` as a JSON-formatted string.
> **Note:** If you use the AWS EventBridge stream `processor` the event is wrapped and accessible under `""detail": {}"` as a JSON-formatted string.

0 comments on commit 976adc5

Please sign in to comment.