Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data LogConfiguration Source #
A configuration for logging events.
See: newLogConfiguration
smart constructor.
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.