Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

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 you want to match.

Usage

cloudwatchevents_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.

Value

A list with the following syntax:

list(
  Result = TRUE|FALSE
)

Request syntax

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

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.