Uses of Interface
software.amazon.awscdk.services.eks_v2.CfnCluster.ControlPlaneScalingConfigProperty
Packages that use CfnCluster.ControlPlaneScalingConfigProperty
-
Uses of CfnCluster.ControlPlaneScalingConfigProperty in software.amazon.awscdk.services.eks_v2
Classes in software.amazon.awscdk.services.eks_v2 that implement CfnCluster.ControlPlaneScalingConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnCluster.ControlPlaneScalingConfigPropertyMethods in software.amazon.awscdk.services.eks_v2 that return CfnCluster.ControlPlaneScalingConfigPropertyModifier and TypeMethodDescriptionCfnCluster.ControlPlaneScalingConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.eks_v2 with parameters of type CfnCluster.ControlPlaneScalingConfigPropertyModifier and TypeMethodDescriptionCfnCluster.Builder.controlPlaneScalingConfig(CfnCluster.ControlPlaneScalingConfigProperty controlPlaneScalingConfig) The control plane scaling tier configuration.CfnClusterProps.Builder.controlPlaneScalingConfig(CfnCluster.ControlPlaneScalingConfigProperty controlPlaneScalingConfig) Sets the value ofCfnClusterProps.getControlPlaneScalingConfig()voidCfnCluster.setControlPlaneScalingConfig(CfnCluster.ControlPlaneScalingConfigProperty value) The control plane scaling tier configuration.