Class: Aws::ConnectCases::Types::PutCaseEventConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


1962
1963
1964
1965
1966
1967
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1962

class PutCaseEventConfigurationRequest < Struct.new(
  :domain_id,
  :event_bridge)
  SENSITIVE = []
  include Aws::Structure
end

#event_bridgeTypes::EventBridgeConfiguration

Configuration to enable EventBridge case event delivery and determine what data is delivered.



1962
1963
1964
1965
1966
1967
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1962

class PutCaseEventConfigurationRequest < Struct.new(
  :domain_id,
  :event_bridge)
  SENSITIVE = []
  include Aws::Structure
end