Show / Hide Table of Contents

Class CfnEnvironment.ModuleLoggingConfigurationProperty

Defines the type of logs to send for the Apache Airflow log type (e.g. DagProcessingLogs ).

Inheritance
object
CfnEnvironment.ModuleLoggingConfigurationProperty
Implements
CfnEnvironment.IModuleLoggingConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MWAA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEnvironment.ModuleLoggingConfigurationProperty : CfnEnvironment.IModuleLoggingConfigurationProperty
Syntax (vb)
Public Class CfnEnvironment.ModuleLoggingConfigurationProperty Implements CfnEnvironment.IModuleLoggingConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaa-environment-moduleloggingconfiguration.html

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

ModuleLoggingConfigurationProperty()

Defines the type of logs to send for the Apache Airflow log type (e.g. DagProcessingLogs ).

Properties

CloudWatchLogGroupArn

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. DagProcessingLogs ) in CloudWatch Logs.

LogLevel

Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs ) to CloudWatch Logs. Valid values: CRITICAL , ERROR , WARNING , INFO .

Constructors

ModuleLoggingConfigurationProperty()

Defines the type of logs to send for the Apache Airflow log type (e.g. DagProcessingLogs ).

public ModuleLoggingConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaa-environment-moduleloggingconfiguration.html

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"
             };

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

string

Remarks
<code>CloudWatchLogGroupArn</code> is available only as a return value, accessible when specified as an attribute in the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#aws-resource-mwaa-environment-return-values"><code>Fn:GetAtt</code></a> intrinsic function. Any value you provide for <code>CloudWatchLogGroupArn</code> is discarded by Amazon MWAA.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaa-environment-moduleloggingconfiguration.html#cfn-mwaa-environment-moduleloggingconfiguration-cloudwatchloggrouparn

Enabled

Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs ) in CloudWatch Logs.

public object? Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaa-environment-moduleloggingconfiguration.html#cfn-mwaa-environment-moduleloggingconfiguration-enabled

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaa-environment-moduleloggingconfiguration.html#cfn-mwaa-environment-moduleloggingconfiguration-loglevel

Implements

CfnEnvironment.IModuleLoggingConfigurationProperty
Back to top Generated by DocFX