| 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.ManagedBlockChain.Types.LogConfiguration
Description
Synopsis
Documentation
data LogConfiguration Source #
A configuration for logging events.
See: newLogConfiguration smart constructor.
Constructors
| LogConfiguration' | |
Instances
newLogConfiguration :: LogConfiguration Source #
Create a value of LogConfiguration 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:enabled:LogConfiguration', logConfiguration_enabled - Indicates whether logging is enabled.
logConfiguration_enabled :: Lens' LogConfiguration (Maybe Bool) Source #
Indicates whether logging is enabled.