Uses of Enum
software.amazon.awscdk.services.eks.ClusterLoggingTypes
-
Uses of ClusterLoggingTypes in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionstatic ClusterLoggingTypes
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 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()
Modifier 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()