eventbridge_update_endpoint: Update an existing endpoint

View source: R/eventbridge_operations.R

eventbridge_update_endpointR Documentation

Update an existing endpoint

Description

Update an existing endpoint. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide..

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

Usage

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

Arguments

Name

[required] The name of the endpoint you want to update.

Description

A description for the endpoint.

RoutingConfig

Configure the routing policy, including the health check and secondary Region.

ReplicationConfig

Whether event replication was enabled or disabled by this request.

EventBuses

Define event buses used for replication.

RoleArn

The ARN of the role used by event replication for this request.


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