Uses of Enum
software.amazon.awscdk.services.eks.ControlPlaneScalingTier
Packages that use ControlPlaneScalingTier
-
Uses of ControlPlaneScalingTier in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return ControlPlaneScalingTierModifier and TypeMethodDescriptiondefault ControlPlaneScalingTierClusterOptions.getControlPlaneScalingTier()The control plane scaling tier for EKS Provisioned Control Plane.final ControlPlaneScalingTierClusterOptions.Jsii$Proxy.getControlPlaneScalingTier()final ControlPlaneScalingTierClusterProps.Jsii$Proxy.getControlPlaneScalingTier()final ControlPlaneScalingTierFargateClusterProps.Jsii$Proxy.getControlPlaneScalingTier()static ControlPlaneScalingTierReturns the enum constant of this type with the specified name.static ControlPlaneScalingTier[]ControlPlaneScalingTier.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.eks with parameters of type ControlPlaneScalingTierModifier and TypeMethodDescriptionCluster.Builder.controlPlaneScalingTier(ControlPlaneScalingTier controlPlaneScalingTier) The control plane scaling tier for EKS Provisioned Control Plane.ClusterOptions.Builder.controlPlaneScalingTier(ControlPlaneScalingTier controlPlaneScalingTier) Sets the value ofClusterOptions.getControlPlaneScalingTier()ClusterProps.Builder.controlPlaneScalingTier(ControlPlaneScalingTier controlPlaneScalingTier) Sets the value ofClusterOptions.getControlPlaneScalingTier()FargateCluster.Builder.controlPlaneScalingTier(ControlPlaneScalingTier controlPlaneScalingTier) The control plane scaling tier for EKS Provisioned Control Plane.FargateClusterProps.Builder.controlPlaneScalingTier(ControlPlaneScalingTier controlPlaneScalingTier) Sets the value ofClusterOptions.getControlPlaneScalingTier()