Class EventBus
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
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.
public class EventBus
- Inheritance
-
EventBus
- Inherited Members
Constructors
EventBus()
public EventBus()
Properties
Arn
Gets and sets the property Arn.
The ARN of the event bus.
public string Arn { get; set; }
Property Value
CreationTime
Gets and sets the property CreationTime.
The time the event bus was created.
public DateTime CreationTime { get; set; }
Property Value
Description
Gets and sets the property Description.
The event bus description.
public string Description { get; set; }
Property Value
LastModifiedTime
Gets and sets the property LastModifiedTime.
The time the event bus was last modified.
public DateTime LastModifiedTime { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the event bus.
public string Name { get; set; }
Property Value
Policy
Gets and sets the property Policy.
The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.
public string Policy { get; set; }