EventBus

class EventBus

An event bus receives events from a source, uses rules to evaluate them, applies any configured input transformation, and routes them to the appropriate target(s). Your account's default event bus receives events from Amazon Web Services services. A custom event bus can receive events from your custom applications and services. A partner event bus receives events from an event source created by an SaaS partner. These events come from the partners services or applications.

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 event bus.

Link copied to clipboard

The time the event bus was created.

Link copied to clipboard

The event bus description.

Link copied to clipboard

The time the event bus was last modified.

Link copied to clipboard
val name: String?

The name of the event bus.

Link copied to clipboard

The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.

Functions

Link copied to clipboard
inline fun copy(block: EventBus.Builder.() -> Unit = {}): EventBus
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