Uses of Enum
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 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.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()