Class: Aws::MWAA::Types::LoggingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dag_processing_logsTypes::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_logsTypes::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_logsTypes::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_logsTypes::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_logsTypes::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