/AWS1/CL_MWAMODULELOGGINGCONF¶
Describes the Apache Airflow log details for the log type (e.g. DagProcessingLogs
).
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_enabled
TYPE /AWS1/MWALOGGINGENABLED
/AWS1/MWALOGGINGENABLED
¶
Indicates whether the Apache Airflow log type (e.g.
DagProcessingLogs
) is enabled.
iv_loglevel
TYPE /AWS1/MWALOGGINGLEVEL
/AWS1/MWALOGGINGLEVEL
¶
The Apache Airflow log level for the log type (e.g.
DagProcessingLogs
).
iv_cloudwatchloggrouparn
TYPE /AWS1/MWACLOUDWATCHLOGGROUPARN
/AWS1/MWACLOUDWATCHLOGGROUPARN
¶
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:*
.
Queryable Attributes¶
Enabled¶
Indicates whether the Apache Airflow log type (e.g.
DagProcessingLogs
) is enabled.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
LogLevel¶
The Apache Airflow log level for the log type (e.g.
DagProcessingLogs
).
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOGLEVEL() |
Getter for LOGLEVEL, with configurable default |
ASK_LOGLEVEL() |
Getter for LOGLEVEL w/ exceptions if field has no value |
HAS_LOGLEVEL() |
Determine if LOGLEVEL has a value |
CloudWatchLogGroupArn¶
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:*
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLOUDWATCHLOGGROUPARN() |
Getter for CLOUDWATCHLOGGROUPARN, with configurable default |
ASK_CLOUDWATCHLOGGROUPARN() |
Getter for CLOUDWATCHLOGGROUPARN w/ exceptions if field has |
HAS_CLOUDWATCHLOGGROUPARN() |
Determine if CLOUDWATCHLOGGROUPARN has a value |