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
- data LoggingConfiguration = LoggingConfiguration' {}
- newLoggingConfiguration :: LoggingConfiguration
- loggingConfiguration_includeExecutionData :: Lens' LoggingConfiguration (Maybe Bool)
- loggingConfiguration_destinations :: Lens' LoggingConfiguration (Maybe [LogDestination])
- loggingConfiguration_level :: Lens' LoggingConfiguration (Maybe LogLevel)
Documentation
data LoggingConfiguration Source #
The LoggingConfiguration
data type is used to set CloudWatch Logs
options.
See: newLoggingConfiguration
smart constructor.
LoggingConfiguration' | |
|
Instances
newLoggingConfiguration :: LoggingConfiguration Source #
Create a value of LoggingConfiguration
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:includeExecutionData:LoggingConfiguration'
, loggingConfiguration_includeExecutionData
- Determines whether execution data is included in your log. When set to
false
, data is excluded.
$sel:destinations:LoggingConfiguration'
, loggingConfiguration_destinations
- An array of objects that describes where your execution history events
will be logged. Limited to size 1. Required, if your log level is not
set to OFF
.
$sel:level:LoggingConfiguration'
, loggingConfiguration_level
- Defines which category of execution history events are logged.
loggingConfiguration_includeExecutionData :: Lens' LoggingConfiguration (Maybe Bool) Source #
Determines whether execution data is included in your log. When set to
false
, data is excluded.
loggingConfiguration_destinations :: Lens' LoggingConfiguration (Maybe [LogDestination]) Source #
An array of objects that describes where your execution history events
will be logged. Limited to size 1. Required, if your log level is not
set to OFF
.
loggingConfiguration_level :: Lens' LoggingConfiguration (Maybe LogLevel) Source #
Defines which category of execution history events are logged.