@Stability(value=Stable)
public static interface CfnEnvironment.LoggingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironment.LoggingConfigurationProperty.Builder
A builder for
CfnEnvironment.LoggingConfigurationProperty |
static class |
CfnEnvironment.LoggingConfigurationProperty.Jsii$Proxy
An implementation for
CfnEnvironment.LoggingConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironment.LoggingConfigurationProperty.Builder |
builder() |
default Object |
getDagProcessingLogs()
`CfnEnvironment.LoggingConfigurationProperty.DagProcessingLogs`.
|
default Object |
getSchedulerLogs()
`CfnEnvironment.LoggingConfigurationProperty.SchedulerLogs`.
|
default Object |
getTaskLogs()
`CfnEnvironment.LoggingConfigurationProperty.TaskLogs`.
|
default Object |
getWebserverLogs()
`CfnEnvironment.LoggingConfigurationProperty.WebserverLogs`.
|
default Object |
getWorkerLogs()
`CfnEnvironment.LoggingConfigurationProperty.WorkerLogs`.
|
@Stability(value=Stable) @Nullable default Object getDagProcessingLogs()
@Stability(value=Stable) @Nullable default Object getSchedulerLogs()
@Stability(value=Stable) @Nullable default Object getTaskLogs()
@Stability(value=Stable) @Nullable default Object getWebserverLogs()
@Stability(value=Stable) @Nullable default Object getWorkerLogs()
@Stability(value=Stable) static CfnEnvironment.LoggingConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.