Uses of Interface
software.amazon.awscdk.services.eks.CfnCluster.ControlPlaneScalingConfigProperty
Packages that use CfnCluster.ControlPlaneScalingConfigProperty
-
Uses of CfnCluster.ControlPlaneScalingConfigProperty in software.amazon.awscdk.services.eks
Classes in software.amazon.awscdk.services.eks that implement CfnCluster.ControlPlaneScalingConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnCluster.ControlPlaneScalingConfigPropertyMethods in software.amazon.awscdk.services.eks that return CfnCluster.ControlPlaneScalingConfigPropertyModifier and TypeMethodDescriptionCfnCluster.ControlPlaneScalingConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.eks 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.