Learn R Programming

paws.application.integration (version 0.1.5)

eventbridge_test_event_pattern: Tests whether the specified event pattern matches the provided event

Description

Tests whether the specified event pattern matches the provided event.

Usage

eventbridge_test_event_pattern(EventPattern, Event)

Arguments

EventPattern

[required] The event pattern. For more information, see Event Patterns in the Amazon EventBridge User Guide.

Event

[required] The event, in JSON format, to test against the event pattern.

Request syntax

svc$test_event_pattern(
  EventPattern = "string",
  Event = "string"
)

Details

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.