Class: Aws::CloudWatchEvents::Types::EventBus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the event bus.

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1918

class EventBus < Struct.new(
  :name,
  :arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the event bus.

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1918

class EventBus < Struct.new(
  :name,
  :arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#policyString

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

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1918

class EventBus < Struct.new(
  :name,
  :arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end