Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TestEventPatternRequest

import type { TestEventPatternRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface TestEventPatternRequest {
Event: string;
EventPattern: string;
}

§Properties

§
Event: string
[src]

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:

  • id
    
  • account
    
  • source
    
  • time
    
  • region
    
  • resources
    
  • detail-type
    
§
EventPattern: string
[src]

The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.