@Stability(value=Stable)
public static interface CfnCluster.ClusterLoggingProperty
extends software.amazon.jsii.JsiiSerializable
When updating a resource, you must include this
ClusterLoggingproperty if the previous CloudFormation template of the resource had it.
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.eks.*;
ClusterLoggingProperty clusterLoggingProperty = ClusterLoggingProperty.builder()
.enabledTypes(List.of(LoggingTypeConfigProperty.builder()
.type("type")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.ClusterLoggingProperty.Builder
A builder for
CfnCluster.ClusterLoggingProperty |
static class |
CfnCluster.ClusterLoggingProperty.Jsii$Proxy
An implementation for
CfnCluster.ClusterLoggingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.ClusterLoggingProperty.Builder |
builder() |
default Object |
getEnabledTypes()
The enabled control plane logs for your cluster.
|
@Stability(value=Stable) @Nullable default Object getEnabledTypes()
When updating a resource, you must include this
EnabledTypesproperty if the previous CloudFormation template of the resource had it.
@Stability(value=Stable) static CfnCluster.ClusterLoggingProperty.Builder builder()
Copyright © 2022. All rights reserved.