eventbridge_test_event_pattern {paws.application.integration} | R Documentation |
Tests whether the specified event pattern matches the provided event
Description
Tests whether the specified event pattern matches the provided event.
See https://www.paws-r-sdk.com/docs/eventbridge_test_event_pattern/ for full documentation.
Usage
eventbridge_test_event_pattern(EventPattern, Event)
Arguments
EventPattern |
[required] The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide . |
Event |
[required] The event, in JSON format, to test against the event pattern. The JSON must follow the format specified in Amazon Web Services Events, and the following fields are mandatory:
|
[Package paws.application.integration version 0.9.0 Index]