| 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.MwAA.Types.LoggingConfiguration
Description
Synopsis
- data LoggingConfiguration = LoggingConfiguration' {}
- newLoggingConfiguration :: LoggingConfiguration
- loggingConfiguration_dagProcessingLogs :: Lens' LoggingConfiguration (Maybe ModuleLoggingConfiguration)
- loggingConfiguration_schedulerLogs :: Lens' LoggingConfiguration (Maybe ModuleLoggingConfiguration)
- loggingConfiguration_taskLogs :: Lens' LoggingConfiguration (Maybe ModuleLoggingConfiguration)
- loggingConfiguration_webserverLogs :: Lens' LoggingConfiguration (Maybe ModuleLoggingConfiguration)
- loggingConfiguration_workerLogs :: Lens' LoggingConfiguration (Maybe ModuleLoggingConfiguration)
Documentation
data LoggingConfiguration Source #
Describes the Apache Airflow log types that are published to CloudWatch Logs.
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:dagProcessingLogs:LoggingConfiguration', loggingConfiguration_dagProcessingLogs - The Airflow DAG processing logs published to CloudWatch Logs and the log
level.
$sel:schedulerLogs:LoggingConfiguration', loggingConfiguration_schedulerLogs - The Airflow scheduler logs published to CloudWatch Logs and the log
level.
$sel:taskLogs:LoggingConfiguration', loggingConfiguration_taskLogs - The Airflow task logs published to CloudWatch Logs and the log level.
$sel:webserverLogs:LoggingConfiguration', loggingConfiguration_webserverLogs - The Airflow web server logs published to CloudWatch Logs and the log
level.
$sel:workerLogs:LoggingConfiguration', loggingConfiguration_workerLogs - The Airflow worker logs published to CloudWatch Logs and the log level.
loggingConfiguration_dagProcessingLogs :: Lens' LoggingConfiguration (Maybe ModuleLoggingConfiguration) Source #
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
loggingConfiguration_schedulerLogs :: Lens' LoggingConfiguration (Maybe ModuleLoggingConfiguration) Source #
The Airflow scheduler logs published to CloudWatch Logs and the log level.
loggingConfiguration_taskLogs :: Lens' LoggingConfiguration (Maybe ModuleLoggingConfiguration) Source #
The Airflow task logs published to CloudWatch Logs and the log level.
loggingConfiguration_webserverLogs :: Lens' LoggingConfiguration (Maybe ModuleLoggingConfiguration) Source #
The Airflow web server logs published to CloudWatch Logs and the log level.
loggingConfiguration_workerLogs :: Lens' LoggingConfiguration (Maybe ModuleLoggingConfiguration) Source #
The Airflow worker logs published to CloudWatch Logs and the log level.