Class: Aws::AppSync::Types::EventBridgeDataSourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::EventBridgeDataSourceConfig
- Defined in:
- gems/aws-sdk-appsync/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.
2618 2619 2620 2621 2622 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2618 class EventBridgeDataSourceConfig < Struct.new( :event_bus_arn) SENSITIVE = [] include Aws::Structure end |