Endpoint

class Endpoint

A global endpoint used to improve your application's availability by making it regional-fault tolerant. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the endpoint.

Link copied to clipboard

The time the endpoint was created.

Link copied to clipboard

A description for the endpoint.

Link copied to clipboard

The URL subdomain of the endpoint. For example, if the URL for Endpoint is http://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

Link copied to clipboard

The URL of the endpoint.

Link copied to clipboard

The event buses being used by the endpoint.

Link copied to clipboard

The last time the endpoint was modified.

Link copied to clipboard
val name: String?

The name of the endpoint.

Link copied to clipboard

Whether event replication was enabled or disabled for this endpoint. 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.

Link copied to clipboard

The ARN of the role used by event replication for the endpoint.

Link copied to clipboard

The routing configuration of the endpoint.

Link copied to clipboard

The current state of the endpoint.

Link copied to clipboard

The reason the endpoint is in its current state.

Functions

Link copied to clipboard
inline fun copy(block: Endpoint.Builder.() -> Unit = {}): Endpoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String