amazonka-devops-guru-2.0: Amazon DevOps Guru 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.DevOpsGuru.Types.EventSourcesConfig

Description

 
Synopsis

Documentation

data EventSourcesConfig Source #

Information about the integration of DevOps Guru as consumer with another AWS service, such as AWS CodeGuru Profiler via EventBridge.

See: newEventSourcesConfig smart constructor.

Constructors

EventSourcesConfig' 

Fields

Instances

Instances details
FromJSON EventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventSourcesConfig

ToJSON EventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventSourcesConfig

Generic EventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventSourcesConfig

Associated Types

type Rep EventSourcesConfig :: Type -> Type #

Read EventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventSourcesConfig

Show EventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventSourcesConfig

NFData EventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventSourcesConfig

Methods

rnf :: EventSourcesConfig -> () #

Eq EventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventSourcesConfig

Hashable EventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventSourcesConfig

type Rep EventSourcesConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.EventSourcesConfig

type Rep EventSourcesConfig = D1 ('MetaData "EventSourcesConfig" "Amazonka.DevOpsGuru.Types.EventSourcesConfig" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "EventSourcesConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "amazonCodeGuruProfiler") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonCodeGuruProfilerIntegration))))

newEventSourcesConfig :: EventSourcesConfig Source #

Create a value of EventSourcesConfig 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:amazonCodeGuruProfiler:EventSourcesConfig', eventSourcesConfig_amazonCodeGuruProfiler - Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.

eventSourcesConfig_amazonCodeGuruProfiler :: Lens' EventSourcesConfig (Maybe AmazonCodeGuruProfilerIntegration) Source #

Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.