Uses of Interface
software.amazon.awscdk.services.eks.CfnCluster.ResourcesVpcConfigProperty
Packages that use CfnCluster.ResourcesVpcConfigProperty
-
Uses of CfnCluster.ResourcesVpcConfigProperty in software.amazon.awscdk.services.eks
Classes in software.amazon.awscdk.services.eks that implement CfnCluster.ResourcesVpcConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnCluster.ResourcesVpcConfigPropertyMethods in software.amazon.awscdk.services.eks that return CfnCluster.ResourcesVpcConfigPropertyModifier and TypeMethodDescriptionCfnCluster.ResourcesVpcConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.eks with parameters of type CfnCluster.ResourcesVpcConfigPropertyModifier and TypeMethodDescriptionCfnCluster.Builder.resourcesVpcConfig(CfnCluster.ResourcesVpcConfigProperty resourcesVpcConfig) The VPC configuration that's used by the cluster control plane.CfnClusterProps.Builder.resourcesVpcConfig(CfnCluster.ResourcesVpcConfigProperty resourcesVpcConfig) Sets the value ofCfnClusterProps.getResourcesVpcConfig()voidCfnCluster.setResourcesVpcConfig(CfnCluster.ResourcesVpcConfigProperty value) The VPC configuration that's used by the cluster control plane.