Uses of Enum Class
software.amazon.awscdk.services.eks.ClusterLoggingTypes
Packages that use 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>ClusterOptions.getClusterLogging()The cluster log types which you want to enable.final List<ClusterLoggingTypes>ClusterOptions.Jsii$Proxy.getClusterLogging()final List<ClusterLoggingTypes>ClusterProps.Jsii$Proxy.getClusterLogging()final List<ClusterLoggingTypes>FargateClusterProps.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.ClusterOptions.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) Sets the value ofClusterOptions.getClusterLogging()ClusterProps.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) Sets the value ofClusterOptions.getClusterLogging()FargateCluster.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) The cluster log types which you want to enable.FargateClusterProps.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) Sets the value ofClusterOptions.getClusterLogging()