Class: Aws::MWAA::Types::LoggingConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::LoggingConfigurationInput
- 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
-
#dag_processing_logs ⇒ Types::ModuleLoggingConfigurationInput
Publishes Airflow DAG processing logs to CloudWatch Logs.
-
#scheduler_logs ⇒ Types::ModuleLoggingConfigurationInput
Publishes Airflow scheduler logs to CloudWatch Logs.
-
#task_logs ⇒ Types::ModuleLoggingConfigurationInput
Publishes Airflow task logs to CloudWatch Logs.
-
#webserver_logs ⇒ Types::ModuleLoggingConfigurationInput
Publishes Airflow web server logs to CloudWatch Logs.
-
#worker_logs ⇒ Types::ModuleLoggingConfigurationInput
Publishes Airflow worker logs to CloudWatch Logs.
Instance Attribute Details
#dag_processing_logs ⇒ Types::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_logs ⇒ Types::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_logs ⇒ Types::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_logs ⇒ Types::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_logs ⇒ Types::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 |