EventBridge Endpoint

An EventBridge Endpoint in AWS is a regional resource that allows you to route events between EventBridge event buses across different AWS Regions or accounts. It provides a secure and controlled way to send and receive events, supporting private connectivity through VPC endpoints and enabling cross-region event-driven architectures. This helps improve reliability, reduce latency, and maintain compliance by keeping event traffic within specific network boundaries.

aws.eventbridge_endpoint

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe ARN of the endpoint.
creation_timecoretimestampThe time the endpoint was created.
descriptioncorestringA description for the endpoint.
endpoint_idcorestringThe URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
endpoint_urlcorestringThe URL of the endpoint.
event_busescorejsonThe event buses being used by the endpoint.
last_modified_timecoretimestampThe last time the endpoint was modified.
namecorestringThe name of the endpoint.
replication_configcorejsonWhether 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.
role_arncorestringThe ARN of the role used by event replication for the endpoint.
routing_configcorejsonThe routing configuration of the endpoint.
statecorestringThe current state of the endpoint.
state_reasoncorestringThe reason the endpoint is in its current state.
tagscorehstore