Uses of Interface
software.amazon.awscdk.services.eks.CfnNodegroup.ScalingConfigProperty
-
Uses of CfnNodegroup.ScalingConfigProperty in software.amazon.awscdk.services.eks
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnNodegroup.ScalingConfigProperty
Modifier and TypeMethodDescriptionCfnNodegroup.ScalingConfigProperty.Builder.build()
Builds the configured instance.Modifier 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()
void
CfnNodegroup.setScalingConfig
(CfnNodegroup.ScalingConfigProperty value) The scaling configuration details for the Auto Scaling group that is created for your node group.