EventBus class
An event bus receives events from a source and routes them to rules associated with that event bus. Your account's default event bus receives rules from AWS services. A custom event bus can receive rules from AWS services as well as 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.
Constructors
Properties
- arn → String?
-
The ARN of the event bus.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the event bus.
final
- policy → String?
-
The permissions policy of the event bus, describing which other AWS accounts
can write events to this event bus.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited