Uses of Interface
software.amazon.awscdk.interfaces.eks.IClusterRef
Packages that use IClusterRef
Package
Description
Amazon EKS Construct Library
Amazon EKS V2 Construct Library
-
Uses of IClusterRef in software.amazon.awscdk.cfnpropertymixins.services.eks
Methods in software.amazon.awscdk.cfnpropertymixins.services.eks with parameters of type IClusterRefModifier and TypeMethodDescriptionCfnNodegroupMixinProps.Builder.clusterName(IClusterRef clusterName) Sets the value ofCfnNodegroupMixinProps.getClusterName()CfnNodegroupPropsMixin.Builder.clusterName(IClusterRef clusterName) The name of your cluster. -
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() -
Uses of IClusterRef in software.amazon.awscdk.services.eks_v2
Subinterfaces of IClusterRef in software.amazon.awscdk.services.eks_v2Modifier and TypeInterfaceDescriptioninterfaceAn EKS cluster.static interfaceInternal default implementation forICluster.Classes in software.amazon.awscdk.services.eks_v2 that implement IClusterRefModifier and TypeClassDescriptionclassA 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.