eventbridge_put_events: Sends custom events to Amazon EventBridge so that they can be...

View source: R/eventbridge_operations.R

eventbridge_put_eventsR Documentation

Sends custom events to Amazon EventBridge so that they can be matched to rules

Description

Sends custom events to Amazon EventBridge so that they can be matched to rules.

See https://www.paws-r-sdk.com/docs/eventbridge_put_events/ for full documentation.

Usage

eventbridge_put_events(Entries, EndpointId = NULL)

Arguments

Entries

[required] The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.

EndpointId

The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

When using Java, you must include auth-crt on the class path.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.