Uses of Interface
software.amazon.awscdk.services.eks.legacy.CfnNodegroup.ScalingConfigProperty
Packages that use CfnNodegroup.ScalingConfigProperty
-
Uses of CfnNodegroup.ScalingConfigProperty in software.amazon.awscdk.services.eks.legacy
Classes in software.amazon.awscdk.services.eks.legacy that implement CfnNodegroup.ScalingConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnNodegroup.ScalingConfigPropertyMethods in software.amazon.awscdk.services.eks.legacy that return CfnNodegroup.ScalingConfigPropertyModifier and TypeMethodDescriptionCfnNodegroup.ScalingConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.eks.legacy with parameters of type CfnNodegroup.ScalingConfigPropertyModifier and TypeMethodDescriptionCfnNodegroup.Builder.scalingConfig(CfnNodegroup.ScalingConfigProperty scalingConfig) The scaling configuration details for the Auto Scaling group that is created for your node group.CfnNodegroupProps.Builder.scalingConfig(CfnNodegroup.ScalingConfigProperty scalingConfig) Sets the value ofCfnNodegroupProps.getScalingConfig()voidCfnNodegroup.setScalingConfig(CfnNodegroup.ScalingConfigProperty value) The scaling configuration details for the Auto Scaling group that is created for your node group.