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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaa/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.



985
986
987
988
989
990
991
992
993
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 985

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

#scheduler_logsTypes::ModuleLoggingConfiguration

The Airflow scheduler logs published to CloudWatch Logs and the log level.



985
986
987
988
989
990
991
992
993
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 985

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

#task_logsTypes::ModuleLoggingConfiguration

The Airflow task logs published to CloudWatch Logs and the log level.



985
986
987
988
989
990
991
992
993
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 985

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

#webserver_logsTypes::ModuleLoggingConfiguration

The Airflow web server logs published to CloudWatch Logs and the log level.



985
986
987
988
989
990
991
992
993
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 985

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

#worker_logsTypes::ModuleLoggingConfiguration

The Airflow worker logs published to CloudWatch Logs and the log level.



985
986
987
988
989
990
991
992
993
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 985

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