Uses of Interface
software.amazon.awscdk.services.eks.CfnCluster.KubeApiServerConfigProperty
Packages that use CfnCluster.KubeApiServerConfigProperty
-
Uses of CfnCluster.KubeApiServerConfigProperty in software.amazon.awscdk.services.eks
Classes in software.amazon.awscdk.services.eks that implement CfnCluster.KubeApiServerConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnCluster.KubeApiServerConfigPropertyMethods in software.amazon.awscdk.services.eks that return CfnCluster.KubeApiServerConfigPropertyModifier and TypeMethodDescriptionCfnCluster.KubeApiServerConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.eks with parameters of type CfnCluster.KubeApiServerConfigPropertyModifier and TypeMethodDescriptionCfnCluster.Builder.kubeApiServerConfig(CfnCluster.KubeApiServerConfigProperty kubeApiServerConfig) The configuration for the Kubernetes API server on an Amazon EKS cluster.CfnClusterProps.Builder.kubeApiServerConfig(CfnCluster.KubeApiServerConfigProperty kubeApiServerConfig) Sets the value ofCfnClusterProps.getKubeApiServerConfig()voidCfnCluster.setKubeApiServerConfig(CfnCluster.KubeApiServerConfigProperty value) The configuration for the Kubernetes API server on an Amazon EKS cluster.