Class: Aws::MWAA::Types::ModuleLoggingConfiguration

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

Overview

Describes the Apache Airflow log details for the log type (e.g. DagProcessingLogs).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_arnString

The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g. DagProcessingLogs) is published. For example, arn:aws:logs:us-east-1:123456789012:log-group:airflow-MyMWAAEnvironment-MwaaEnvironment-DAGProcessing:*.

Returns:

  • (String)


1158
1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 1158

class ModuleLoggingConfiguration < Struct.new(
  :enabled,
  :log_level,
  :cloud_watch_log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether the Apache Airflow log type (e.g. DagProcessingLogs) is enabled.

Returns:

  • (Boolean)


1158
1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 1158

class ModuleLoggingConfiguration < Struct.new(
  :enabled,
  :log_level,
  :cloud_watch_log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#log_levelString

The Apache Airflow log level for the log type (e.g. DagProcessingLogs).

Returns:

  • (String)


1158
1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 1158

class ModuleLoggingConfiguration < Struct.new(
  :enabled,
  :log_level,
  :cloud_watch_log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end