public static interface CfnCluster.LoggingTypeConfigProperty
For a list of the valid logging types, see the types
property of LogSetup
in the Amazon EKS API Reference .
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.*; LoggingTypeConfigProperty loggingTypeConfigProperty = LoggingTypeConfigProperty.builder() .type("type") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.LoggingTypeConfigProperty.Builder
A builder for
CfnCluster.LoggingTypeConfigProperty |
static class |
CfnCluster.LoggingTypeConfigProperty.Jsii$Proxy
An implementation for
CfnCluster.LoggingTypeConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.LoggingTypeConfigProperty.Builder |
builder() |
default java.lang.String |
getType()
The name of the log type.
|
default java.lang.String getType()
static CfnCluster.LoggingTypeConfigProperty.Builder builder()