Class: Aws::MWAA::Types::LoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::LoggingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
Describes the Apache Airflow log types that are published to CloudWatch Logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dag_processing_logs ⇒ Types::ModuleLoggingConfiguration
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
-
#scheduler_logs ⇒ Types::ModuleLoggingConfiguration
The Airflow scheduler logs published to CloudWatch Logs and the log level.
-
#task_logs ⇒ Types::ModuleLoggingConfiguration
The Airflow task logs published to CloudWatch Logs and the log level.
-
#webserver_logs ⇒ Types::ModuleLoggingConfiguration
The Airflow web server logs published to CloudWatch Logs and the log level.
-
#worker_logs ⇒ Types::ModuleLoggingConfiguration
The Airflow worker logs published to CloudWatch Logs and the log level.
Instance Attribute Details
#dag_processing_logs ⇒ Types::ModuleLoggingConfiguration
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
1117 1118 1119 1120 1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1117 class LoggingConfiguration < Struct.new( :dag_processing_logs, :scheduler_logs, :webserver_logs, :worker_logs, :task_logs) SENSITIVE = [] include Aws::Structure end |
#scheduler_logs ⇒ Types::ModuleLoggingConfiguration
The Airflow scheduler logs published to CloudWatch Logs and the log level.
1117 1118 1119 1120 1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1117 class LoggingConfiguration < Struct.new( :dag_processing_logs, :scheduler_logs, :webserver_logs, :worker_logs, :task_logs) SENSITIVE = [] include Aws::Structure end |
#task_logs ⇒ Types::ModuleLoggingConfiguration
The Airflow task logs published to CloudWatch Logs and the log level.
1117 1118 1119 1120 1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1117 class LoggingConfiguration < Struct.new( :dag_processing_logs, :scheduler_logs, :webserver_logs, :worker_logs, :task_logs) SENSITIVE = [] include Aws::Structure end |
#webserver_logs ⇒ Types::ModuleLoggingConfiguration
The Airflow web server logs published to CloudWatch Logs and the log level.
1117 1118 1119 1120 1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1117 class LoggingConfiguration < Struct.new( :dag_processing_logs, :scheduler_logs, :webserver_logs, :worker_logs, :task_logs) SENSITIVE = [] include Aws::Structure end |
#worker_logs ⇒ Types::ModuleLoggingConfiguration
The Airflow worker logs published to CloudWatch Logs and the log level.
1117 1118 1119 1120 1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1117 class LoggingConfiguration < Struct.new( :dag_processing_logs, :scheduler_logs, :webserver_logs, :worker_logs, :task_logs) SENSITIVE = [] include Aws::Structure end |