Uses of Enum Class
software.amazon.awscdk.services.eks.ClusterLoggingTypes
-
Uses of ClusterLoggingTypes in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return ClusterLoggingTypesModifier and TypeMethodDescriptionstatic ClusterLoggingTypesReturns the enum constant of this class with the specified name.static ClusterLoggingTypes[]ClusterLoggingTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.eks that return types with arguments of type ClusterLoggingTypesModifier and TypeMethodDescriptiondefault List<ClusterLoggingTypes>ClusterProps.getClusterLogging()The cluster log types which you want to enable.final List<ClusterLoggingTypes>ClusterProps.Jsii$Proxy.getClusterLogging()Method parameters in software.amazon.awscdk.services.eks with type arguments of type ClusterLoggingTypesModifier and TypeMethodDescriptionCluster.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) The cluster log types which you want to enable.ClusterProps.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) Sets the value ofClusterProps.getClusterLogging()