View source: R/eventbridge_operations.R
eventbridge_create_endpoint | R Documentation |
Creates a global endpoint. Global endpoints improve your application's availability by making it regional-fault tolerant. To do this, you define a primary and secondary Region with event buses in each Region. You also create a Amazon RouteĀ 53 health check that will tell EventBridge to route events to the secondary Region when an "unhealthy" state is encountered and events will be routed back to the primary Region when the health check reports a "healthy" state.
See https://www.paws-r-sdk.com/docs/eventbridge_create_endpoint/ for full documentation.
eventbridge_create_endpoint(
Name,
Description = NULL,
RoutingConfig,
ReplicationConfig = NULL,
EventBuses,
RoleArn = NULL
)
Name |
[required] The name of the global endpoint. For example,
|
Description |
A description of the global endpoint. |
RoutingConfig |
[required] Configure the routing policy, including the health check and secondary Region.. |
ReplicationConfig |
Enable or disable event replication. The default state is |
EventBuses |
[required] Define the event buses used. The names of the event buses must be identical in each Region. |
RoleArn |
The ARN of the role used for replication. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.