Uses of Interface
software.amazon.awscdk.interfaces.eks.IClusterRef
Packages that use IClusterRef
Package
Description
Amazon EKS Construct Library
-
Uses of IClusterRef in software.amazon.awscdk.interfaces.eks
Subinterfaces of IClusterRef in software.amazon.awscdk.interfaces.eksModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClusterRef.Classes in software.amazon.awscdk.interfaces.eks that implement IClusterRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IClusterRef in software.amazon.awscdk.services.eks
Subinterfaces of IClusterRef in software.amazon.awscdk.services.eksModifier and TypeInterfaceDescriptioninterfaceAn EKS cluster.static interfaceInternal default implementation forICluster.Classes in software.amazon.awscdk.services.eks that implement IClusterRefModifier and TypeClassDescriptionclassCreates an Amazon EKS control plane.classA Cluster represents a managed Kubernetes Service (EKS).classDefines an EKS cluster that runs entirely on AWS Fargate.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.eks that return IClusterRefModifier and TypeMethodDescriptionstatic IClusterRefCfnCluster.fromClusterArn(software.constructs.Construct scope, String id, String arn) Creates a new IClusterRef from an ARN.static IClusterRefCfnCluster.fromClusterName(software.constructs.Construct scope, String id, String clusterName) Creates a new IClusterRef from a clusterName.Methods in software.amazon.awscdk.services.eks with parameters of type IClusterRefModifier and TypeMethodDescriptionstatic StringCfnCluster.arnForCluster(IClusterRef resource) CfnNodegroup.Builder.clusterName(IClusterRef clusterName) The name of your cluster.CfnNodegroupProps.Builder.clusterName(IClusterRef clusterName) Sets the value ofCfnNodegroupProps.getClusterName()