paws.management (version 0.1.0)

cloudwatchevents_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

cloudwatchevents_test_event_pattern(EventPattern, Event)

Arguments

EventPattern

[required] The event pattern. For more information, see Events and Event Patterns in the Amazon CloudWatch Events 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, CloudWatch Events 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 you want to match.