Uses of Interface
software.amazon.awscdk.services.eks.CfnCluster.ResourcesVpcConfigProperty
-
Uses of CfnCluster.ResourcesVpcConfigProperty in software.amazon.awscdk.services.eks
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnCluster.ResourcesVpcConfigProperty
Modifier and TypeMethodDescriptionCfnCluster.ResourcesVpcConfigProperty.Builder.build()
Builds the configured instance.Modifier 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()
void
CfnCluster.setResourcesVpcConfig
(CfnCluster.ResourcesVpcConfigProperty value) The VPC configuration that's used by the cluster control plane.