Class: Aws::ConnectCases::Types::PutCaseEventConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::PutCaseEventConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#event_bridge ⇒ Types::EventBridgeConfiguration
Configuration to enable EventBridge case event delivery and determine what data is delivered.
Instance Attribute Details
#domain_id ⇒ String
The unique identifier of the Cases domain.
1962 1963 1964 1965 1966 1967 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1962 class PutCaseEventConfigurationRequest < Struct.new( :domain_id, :event_bridge) SENSITIVE = [] include Aws::Structure end |
#event_bridge ⇒ Types::EventBridgeConfiguration
Configuration to enable EventBridge case event delivery and determine what data is delivered.
1962 1963 1964 1965 1966 1967 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1962 class PutCaseEventConfigurationRequest < Struct.new( :domain_id, :event_bridge) SENSITIVE = [] include Aws::Structure end |