@Stability(value=Stable)
public static interface CfnCluster.LoggingProperty
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.eks.*;
LoggingProperty loggingProperty = LoggingProperty.builder()
.clusterLogging(ClusterLoggingProperty.builder()
.enabledTypes(List.of(LoggingTypeConfigProperty.builder()
.type("type")
.build()))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.LoggingProperty.Builder
A builder for
CfnCluster.LoggingProperty |
static class |
CfnCluster.LoggingProperty.Jsii$Proxy
An implementation for
CfnCluster.LoggingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.LoggingProperty.Builder |
builder() |
default Object |
getClusterLogging()
`CfnCluster.LoggingProperty.ClusterLogging`.
|
@Stability(value=Stable) @Nullable default Object getClusterLogging()
@Stability(value=Stable) static CfnCluster.LoggingProperty.Builder builder()
CfnCluster.LoggingProperty.Builder of CfnCluster.LoggingPropertyCopyright © 2021. All rights reserved.