eventbridge_describe_endpoint {paws.application.integration}R Documentation

Get the information about an existing global endpoint

Description

Get the information about an existing global 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_describe_endpoint/ for full documentation.

Usage

eventbridge_describe_endpoint(Name, HomeRegion = NULL)

Arguments

Name

[required] The name of the endpoint you want to get information about. For example, "Name":"us-east-2-custom_bus_A-endpoint".

HomeRegion

The primary Region of the endpoint you want to get information about. For example "HomeRegion": "us-east-1".


[Package paws.application.integration version 0.9.0 Index]