Tests whether the specified event pattern matches the provided event.
eventbridge_test_event_pattern(EventPattern, Event)
[required] The event pattern. For more information, see Event Patterns in the Amazon EventBridge User Guide.
[required] The event, in JSON format, to test against the event pattern.
svc$test_event_pattern( EventPattern = "string", Event = "string" )
Most services in AWS treat :
or /
as the same character in Amazon
Resource Names (ARNs). However, EventBridge uses an exact match in event
patterns and rules. Be sure to use the correct ARN characters when
creating event patterns so that they match the ARN syntax in the event
that you want to match.