Class: Aws::ConnectCases::Types::EventBridgeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::EventBridgeConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Configuration to enable EventBridge case event delivery and determine what data is delivered.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether the to broadcast case event data to the customer.
-
#included_data ⇒ Types::EventIncludedData
Details of what case and related item data is published through the case event stream.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether the to broadcast case event data to the customer.
836 837 838 839 840 841 |
# File 'lib/aws-sdk-connectcases/types.rb', line 836 class EventBridgeConfiguration < Struct.new( :enabled, :included_data) SENSITIVE = [] include Aws::Structure end |
#included_data ⇒ Types::EventIncludedData
Details of what case and related item data is published through the case event stream.
836 837 838 839 840 841 |
# File 'lib/aws-sdk-connectcases/types.rb', line 836 class EventBridgeConfiguration < Struct.new( :enabled, :included_data) SENSITIVE = [] include Aws::Structure end |