You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::EventBus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::EventBus
- Defined in:
- (unknown)
Overview
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.
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the event bus.
-
#name ⇒ String
The name of the event bus.
-
#policy ⇒ String
The permissions policy of the event bus, describing which other AWS accounts can write events to this event bus.
Instance Attribute Details
#arn ⇒ String
The ARN of the event bus.
#name ⇒ String
The name of the event bus.
#policy ⇒ String
The permissions policy of the event bus, describing which other AWS accounts can write events to this event bus.