Uses of Interface
software.amazon.awscdk.services.eks.CfnCluster.ComputeConfigProperty
Packages that use CfnCluster.ComputeConfigProperty
-
Uses of CfnCluster.ComputeConfigProperty in software.amazon.awscdk.services.eks
Classes in software.amazon.awscdk.services.eks that implement CfnCluster.ComputeConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnCluster.ComputeConfigPropertyMethods in software.amazon.awscdk.services.eks that return CfnCluster.ComputeConfigPropertyModifier and TypeMethodDescriptionCfnCluster.ComputeConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.eks with parameters of type CfnCluster.ComputeConfigPropertyModifier and TypeMethodDescriptionCfnCluster.Builder.computeConfig(CfnCluster.ComputeConfigProperty computeConfig) Indicates the current configuration of the compute capability on your EKS Auto Mode cluster.CfnClusterProps.Builder.computeConfig(CfnCluster.ComputeConfigProperty computeConfig) Sets the value ofCfnClusterProps.getComputeConfig()voidCfnCluster.setComputeConfig(CfnCluster.ComputeConfigProperty value) Indicates the current configuration of the compute capability on your EKS Auto Mode cluster.