Uses of Class
software.amazon.awscdk.services.eks_v2.ControlPlaneScalingTier
Packages that use ControlPlaneScalingTier
-
Uses of ControlPlaneScalingTier in software.amazon.awscdk.services.eks_v2
Fields in software.amazon.awscdk.services.eks_v2 declared as ControlPlaneScalingTierModifier and TypeFieldDescriptionstatic final ControlPlaneScalingTierControlPlaneScalingTier.STANDARDStandard control plane.static final ControlPlaneScalingTierControlPlaneScalingTier.TIER_2_XL2x extra-large provisioned control plane tier.static final ControlPlaneScalingTierControlPlaneScalingTier.TIER_4_XL4x extra-large provisioned control plane tier.static final ControlPlaneScalingTierControlPlaneScalingTier.TIER_8_XL8x extra-large provisioned control plane tier.static final ControlPlaneScalingTierControlPlaneScalingTier.TIER_XLExtra-large provisioned control plane tier.Methods in software.amazon.awscdk.services.eks_v2 that return ControlPlaneScalingTierModifier and TypeMethodDescriptiondefault ControlPlaneScalingTierClusterCommonOptions.getControlPlaneScalingTier()The scaling tier for the cluster's provisioned control plane.final ControlPlaneScalingTierClusterCommonOptions.Jsii$Proxy.getControlPlaneScalingTier()final ControlPlaneScalingTierClusterProps.Jsii$Proxy.getControlPlaneScalingTier()final ControlPlaneScalingTierFargateClusterProps.Jsii$Proxy.getControlPlaneScalingTier()static ControlPlaneScalingTierA custom scaling tier, for values not yet available as a static member.Methods in software.amazon.awscdk.services.eks_v2 with parameters of type ControlPlaneScalingTierModifier and TypeMethodDescriptionCluster.Builder.controlPlaneScalingTier(ControlPlaneScalingTier controlPlaneScalingTier) The scaling tier for the cluster's provisioned control plane.ClusterCommonOptions.Builder.controlPlaneScalingTier(ControlPlaneScalingTier controlPlaneScalingTier) Sets the value ofClusterCommonOptions.getControlPlaneScalingTier()ClusterProps.Builder.controlPlaneScalingTier(ControlPlaneScalingTier controlPlaneScalingTier) Sets the value ofClusterCommonOptions.getControlPlaneScalingTier()FargateCluster.Builder.controlPlaneScalingTier(ControlPlaneScalingTier controlPlaneScalingTier) The scaling tier for the cluster's provisioned control plane.FargateClusterProps.Builder.controlPlaneScalingTier(ControlPlaneScalingTier controlPlaneScalingTier) Sets the value ofClusterCommonOptions.getControlPlaneScalingTier()