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
Classes in software.amazon.awscdk.services.eks that implement IClusterRefMethods 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.