Class CfnEnvironment.ModuleLoggingConfigurationProperty
Defines the type of logs to send for the Apache Airflow log type (e.g. DagProcessingLogs
).
Inheritance
Namespace: Amazon.CDK.AWS.MWAA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ModuleLoggingConfigurationProperty : Object, CfnEnvironment.IModuleLoggingConfigurationProperty
Syntax (vb)
Public Class ModuleLoggingConfigurationProperty
Inherits Object
Implements CfnEnvironment.IModuleLoggingConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MWAA;
var moduleLoggingConfigurationProperty = new ModuleLoggingConfigurationProperty {
CloudWatchLogGroupArn = "cloudWatchLogGroupArn",
Enabled = false,
LogLevel = "logLevel"
};
Synopsis
Constructors
Module |
Properties
Cloud |
The ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled. |
Enabled | Indicates whether to enable the Apache Airflow log type (e.g. |
Log |
Defines the Apache Airflow logs to send for the log type (e.g. |
Constructors
ModuleLoggingConfigurationProperty()
public ModuleLoggingConfigurationProperty()
Properties
CloudWatchLogGroupArn
The ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled.
public string CloudWatchLogGroupArn { get; set; }
Property Value
System.
Remarks
CloudWatchLogGroupArn
is available only as a return value, accessible when specified as an attribute in the Fn:GetAtt
intrinsic function. Any value you provide for CloudWatchLogGroupArn
is discarded by Amazon MWAA.
Enabled
Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs
) in CloudWatch Logs.
public object Enabled { get; set; }
Property Value
System.
Remarks
LogLevel
Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs
) to CloudWatch Logs. Valid values: CRITICAL
, ERROR
, WARNING
, INFO
.
public string LogLevel { get; set; }
Property Value
System.