eventbridge_create_endpoint: Creates a global endpoint

View source: R/eventbridge_operations.R

eventbridge_create_endpointR Documentation

Creates a global endpoint

Description

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.

Usage

eventbridge_create_endpoint(
  Name,
  Description = NULL,
  RoutingConfig,
  ReplicationConfig = NULL,
  EventBuses,
  RoleArn = NULL
)

Arguments

Name

[required] The name of the global endpoint. For example, "Name":"us-east-2-custom_bus_A-endpoint".

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 ENABLED which means you must supply a RoleArn. If you don't have a RoleArn or you don't want event replication enabled, set the state to DISABLED.

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.


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