amazonka-connectcases-2.0: Amazon Connect Cases SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ConnectCases.Types.EventBridgeConfiguration

Description

 
Synopsis

Documentation

data EventBridgeConfiguration Source #

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

See: newEventBridgeConfiguration smart constructor.

Constructors

EventBridgeConfiguration' 

Fields

Instances

Instances details
FromJSON EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

ToJSON EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

Generic EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

Associated Types

type Rep EventBridgeConfiguration :: Type -> Type #

Read EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

Show EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

NFData EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

Eq EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

Hashable EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

type Rep EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

type Rep EventBridgeConfiguration = D1 ('MetaData "EventBridgeConfiguration" "Amazonka.ConnectCases.Types.EventBridgeConfiguration" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "EventBridgeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includedData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventIncludedData)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newEventBridgeConfiguration Source #

Create a value of EventBridgeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:includedData:EventBridgeConfiguration', eventBridgeConfiguration_includedData - Details of what case and related item data is published through the case event stream.

$sel:enabled:EventBridgeConfiguration', eventBridgeConfiguration_enabled - Indicates whether the to broadcast case event data to the customer.

eventBridgeConfiguration_includedData :: Lens' EventBridgeConfiguration (Maybe EventIncludedData) Source #

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

eventBridgeConfiguration_enabled :: Lens' EventBridgeConfiguration Bool Source #

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