| Modifier and Type | Method and Description |
|---|---|
static ClusterLoggingTypes |
ClusterLoggingTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterLoggingTypes[] |
ClusterLoggingTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ClusterLoggingTypes> |
ClusterProps.getClusterLogging()
The cluster log types which you want to enable.
|
List<ClusterLoggingTypes> |
ClusterProps.Jsii$Proxy.getClusterLogging() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging)
The cluster log types which you want to enable.
|
ClusterProps.Builder |
ClusterProps.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging)
Sets the value of
ClusterProps.getClusterLogging() |
Copyright © 2022. All rights reserved.