AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateEndpointAsync.

Namespace: Amazon.EventBridge
Assembly: AWSSDK.EventBridge.dll
Version: 3.x.y.z

Syntax

C#
public virtual CreateEndpointResponse CreateEndpoint(
         CreateEndpointRequest request
)

Parameters

request
Type: Amazon.EventBridge.Model.CreateEndpointRequest

Container for the necessary parameters to execute the CreateEndpoint service method.

Return Value


The response from the CreateEndpoint service method, as returned by EventBridge.

Exceptions

ExceptionCondition
InternalException This exception occurs due to unexpected causes.
LimitExceededException The request failed because it attempted to create resource beyond the allowed service quota.
ResourceAlreadyExistsException The resource you are trying to create already exists.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also