@Stability(value=Stable)
public static interface CfnEnvironment.ModuleLoggingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnEnvironment.ModuleLoggingConfigurationProperty.CloudWatchLogGroupArn`.
|
default Object |
getEnabled()
`CfnEnvironment.ModuleLoggingConfigurationProperty.Enabled`.
|
default String |
getLogLevel()
`CfnEnvironment.ModuleLoggingConfigurationProperty.LogLevel`.
|
@Stability(value=Stable) @Nullable default String getCloudWatchLogGroupArn()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default String getLogLevel()
@Stability(value=Stable) static CfnEnvironment.ModuleLoggingConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.