| 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.SimSpaceWeaver.Types.LoggingConfiguration
Description
Documentation
data LoggingConfiguration Source #
The logging configuration for a simulation.
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 - A list of the locations where SimSpace Weaver sends simulation log data.
loggingConfiguration_destinations :: Lens' LoggingConfiguration (Maybe [LogDestination]) Source #
A list of the locations where SimSpace Weaver sends simulation log data.