@Stability(value=Stable)
public static interface CfnEnvironment.ModuleLoggingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mwaa.*;
ModuleLoggingConfigurationProperty moduleLoggingConfigurationProperty = ModuleLoggingConfigurationProperty.builder()
.cloudWatchLogGroupArn("cloudWatchLogGroupArn")
.enabled(false)
.logLevel("logLevel")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironment.ModuleLoggingConfigurationProperty.Builder
A builder for
CfnEnvironment.ModuleLoggingConfigurationProperty |
static class |
CfnEnvironment.ModuleLoggingConfigurationProperty.Jsii$Proxy
An implementation for
CfnEnvironment.ModuleLoggingConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironment.ModuleLoggingConfigurationProperty.Builder |
builder() |
default String |
getCloudWatchLogGroupArn()
The ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled.
|
default Object |
getEnabled()
Indicates whether to enable the Apache Airflow log type (e.g.
|
default String |
getLogLevel()
Defines the Apache Airflow logs to send for the log type (e.g.
|
@Stability(value=Stable) @Nullable default String getCloudWatchLogGroupArn()
CloudWatchLogGroupArnis available only as a return value, accessible when specified as an attribute in theFn:GetAttintrinsic function. Any value you provide forCloudWatchLogGroupArnis discarded by Amazon MWAA.
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default String getLogLevel()
@Stability(value=Stable) static CfnEnvironment.ModuleLoggingConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.