/AWS1/CL_MWSLOGGINGCONF¶
Configuration for workflow logging that specifies where you should store your workflow execution logs. Amazon Managed Workflows for Apache Airflow Serverless provides comprehensive logging capabilities that capture workflow execution details, task-level information, and system events. Logs are automatically exported to your specified CloudWatch log group using remote logging functionality, providing centralized observability across the distributed, multi-tenant execution environment. This enables effective debugging, monitoring, and compliance auditing of workflow executions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_loggroupname TYPE /AWS1/MWSSTRING /AWS1/MWSSTRING¶
The name of the CloudWatch log group where workflow execution logs are stored.
Queryable Attributes¶
LogGroupName¶
The name of the CloudWatch log group where workflow execution logs are stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPNAME() |
Getter for LOGGROUPNAME, with configurable default |
ASK_LOGGROUPNAME() |
Getter for LOGGROUPNAME w/ exceptions if field has no value |
HAS_LOGGROUPNAME() |
Determine if LOGGROUPNAME has a value |