Class: Aws::AppSync::Types::EventBridgeDataSourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::EventBridgeDataSourceConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Describes an Amazon EventBridge bus data source configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_bus_arn ⇒ String
The ARN of the event bus.
Instance Attribute Details
#event_bus_arn ⇒ String
The ARN of the event bus. For more information about event buses, see [Amazon EventBridge event buses].
[1]: docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-bus.html
2615 2616 2617 2618 2619 |
# File 'lib/aws-sdk-appsync/types.rb', line 2615 class EventBridgeDataSourceConfig < Struct.new( :event_bus_arn) SENSITIVE = [] include Aws::Structure end |