Class: Aws::ConnectCases::Types::EventBridgeConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/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

Instance Attribute Details

#enabledBoolean

Indicates whether the to broadcast case event data to the customer.

Returns:

  • (Boolean)


836
837
838
839
840
841
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 836

class EventBridgeConfiguration < Struct.new(
  :enabled,
  :included_data)
  SENSITIVE = []
  include Aws::Structure
end

#included_dataTypes::EventIncludedData

Details of what case and related item data is published through the case event stream.



836
837
838
839
840
841
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 836

class EventBridgeConfiguration < Struct.new(
  :enabled,
  :included_data)
  SENSITIVE = []
  include Aws::Structure
end