@Stability(value=Stable)
public static interface CfnCluster.LoggingTypeConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getType()
The name of the log type.
|
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnCluster.LoggingTypeConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.