| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| 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 |
|---|---|
List<ClusterLoggingTypes> |
ClusterProps.Jsii$Proxy.getClusterLogging() |
List<ClusterLoggingTypes> |
FargateClusterProps.Jsii$Proxy.getClusterLogging() |
default List<ClusterLoggingTypes> |
ClusterOptions.getClusterLogging()
The cluster log types which you want to enable.
|
List<ClusterLoggingTypes> |
ClusterOptions.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
ClusterOptions.getClusterLogging() |
FargateClusterProps.Builder |
FargateClusterProps.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging)
Sets the value of
ClusterOptions.getClusterLogging() |
ClusterOptions.Builder |
ClusterOptions.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging)
Sets the value of
ClusterOptions.getClusterLogging() |
FargateCluster.Builder |
FargateCluster.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging)
The cluster log types which you want to enable.
|
Copyright © 2022. All rights reserved.