amazonka-mwaa-2.0: Amazon MWAA SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MwAA.Types.LoggingConfigurationInput

Description

 
Synopsis

Documentation

data LoggingConfigurationInput Source #

Defines the Apache Airflow log types to send to CloudWatch Logs.

See: newLoggingConfigurationInput smart constructor.

Constructors

LoggingConfigurationInput' 

Fields

Instances

Instances details
ToJSON LoggingConfigurationInput Source # 
Instance details

Defined in Amazonka.MwAA.Types.LoggingConfigurationInput

Generic LoggingConfigurationInput Source # 
Instance details

Defined in Amazonka.MwAA.Types.LoggingConfigurationInput

Associated Types

type Rep LoggingConfigurationInput :: Type -> Type #

Read LoggingConfigurationInput Source # 
Instance details

Defined in Amazonka.MwAA.Types.LoggingConfigurationInput

Show LoggingConfigurationInput Source # 
Instance details

Defined in Amazonka.MwAA.Types.LoggingConfigurationInput

NFData LoggingConfigurationInput Source # 
Instance details

Defined in Amazonka.MwAA.Types.LoggingConfigurationInput

Eq LoggingConfigurationInput Source # 
Instance details

Defined in Amazonka.MwAA.Types.LoggingConfigurationInput

Hashable LoggingConfigurationInput Source # 
Instance details

Defined in Amazonka.MwAA.Types.LoggingConfigurationInput

type Rep LoggingConfigurationInput Source # 
Instance details

Defined in Amazonka.MwAA.Types.LoggingConfigurationInput

newLoggingConfigurationInput :: LoggingConfigurationInput Source #

Create a value of LoggingConfigurationInput 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:LoggingConfigurationInput', loggingConfigurationInput_dagProcessingLogs - Publishes Airflow DAG processing logs to CloudWatch Logs.

$sel:schedulerLogs:LoggingConfigurationInput', loggingConfigurationInput_schedulerLogs - Publishes Airflow scheduler logs to CloudWatch Logs.

$sel:taskLogs:LoggingConfigurationInput', loggingConfigurationInput_taskLogs - Publishes Airflow task logs to CloudWatch Logs.

$sel:webserverLogs:LoggingConfigurationInput', loggingConfigurationInput_webserverLogs - Publishes Airflow web server logs to CloudWatch Logs.

$sel:workerLogs:LoggingConfigurationInput', loggingConfigurationInput_workerLogs - Publishes Airflow worker logs to CloudWatch Logs.