public static interface CfnCluster.ClusterLoggingProperty
When updating a resource, you must include this
ClusterLogging
property 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.legacy.*; 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 java.lang.Object |
getEnabledTypes()
The enabled control plane logs for your cluster.
|
default java.lang.Object getEnabledTypes()
When updating a resource, you must include this
EnabledTypes
property if the previous CloudFormation template of the resource had it.
static CfnCluster.ClusterLoggingProperty.Builder builder()