| 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.StepFunctions.Types.LoggingConfiguration
Description
Synopsis
- data LoggingConfiguration = LoggingConfiguration' {}
- newLoggingConfiguration :: LoggingConfiguration
- loggingConfiguration_destinations :: Lens' LoggingConfiguration (Maybe [LogDestination])
- loggingConfiguration_includeExecutionData :: Lens' LoggingConfiguration (Maybe Bool)
- 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.
Constructors
| LoggingConfiguration' | |
Fields
| |
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: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:includeExecutionData:LoggingConfiguration', loggingConfiguration_includeExecutionData - Determines whether execution data is included in your log. When set to
false, data is excluded.
$sel:level:LoggingConfiguration', loggingConfiguration_level - Defines which category of execution history events are logged.
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_includeExecutionData :: Lens' LoggingConfiguration (Maybe Bool) Source #
Determines whether execution data is included in your log. When set to
false, data is excluded.
loggingConfiguration_level :: Lens' LoggingConfiguration (Maybe LogLevel) Source #
Defines which category of execution history events are logged.