Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.DevOpsGuru.Types.EventSourcesConfig
Description
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
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.