Class: Aws::MWAA::Types::LoggingConfigurationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mwaa/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dag_processing_logsTypes::ModuleLoggingConfigurationInput

Publishes Airflow DAG processing logs to CloudWatch Logs.



1151
1152
1153
1154
1155
1156
1157
1158
1159
# File 'lib/aws-sdk-mwaa/types.rb', line 1151

class LoggingConfigurationInput < Struct.new(
  :dag_processing_logs,
  :scheduler_logs,
  :webserver_logs,
  :worker_logs,
  :task_logs)
  SENSITIVE = []
  include Aws::Structure
end

#scheduler_logsTypes::ModuleLoggingConfigurationInput

Publishes Airflow scheduler logs to CloudWatch Logs.



1151
1152
1153
1154
1155
1156
1157
1158
1159
# File 'lib/aws-sdk-mwaa/types.rb', line 1151

class LoggingConfigurationInput < Struct.new(
  :dag_processing_logs,
  :scheduler_logs,
  :webserver_logs,
  :worker_logs,
  :task_logs)
  SENSITIVE = []
  include Aws::Structure
end

#task_logsTypes::ModuleLoggingConfigurationInput

Publishes Airflow task logs to CloudWatch Logs.



1151
1152
1153
1154
1155
1156
1157
1158
1159
# File 'lib/aws-sdk-mwaa/types.rb', line 1151

class LoggingConfigurationInput < Struct.new(
  :dag_processing_logs,
  :scheduler_logs,
  :webserver_logs,
  :worker_logs,
  :task_logs)
  SENSITIVE = []
  include Aws::Structure
end

#webserver_logsTypes::ModuleLoggingConfigurationInput

Publishes Airflow web server logs to CloudWatch Logs.



1151
1152
1153
1154
1155
1156
1157
1158
1159
# File 'lib/aws-sdk-mwaa/types.rb', line 1151

class LoggingConfigurationInput < Struct.new(
  :dag_processing_logs,
  :scheduler_logs,
  :webserver_logs,
  :worker_logs,
  :task_logs)
  SENSITIVE = []
  include Aws::Structure
end

#worker_logsTypes::ModuleLoggingConfigurationInput

Publishes Airflow worker logs to CloudWatch Logs.



1151
1152
1153
1154
1155
1156
1157
1158
1159
# File 'lib/aws-sdk-mwaa/types.rb', line 1151

class LoggingConfigurationInput < Struct.new(
  :dag_processing_logs,
  :scheduler_logs,
  :webserver_logs,
  :worker_logs,
  :task_logs)
  SENSITIVE = []
  include Aws::Structure
end