Interface ICluster

All Superinterfaces:
IConnectable, IConstruct, software.constructs.IConstruct, IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ICluster.Jsii$Default
All Known Implementing Classes:
Cluster, ICluster.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:46.780Z") @Stability(Deprecated) @Deprecated public interface ICluster extends software.amazon.jsii.JsiiSerializable, IResource, IConnectable
Deprecated.
(deprecated) An EKS cluster.
  • Method Details

    • getClusterArn

      @Stability(Deprecated) @Deprecated @NotNull String getClusterArn()
      Deprecated.
      (deprecated) The unique ARN assigned to the service by AWS in the form of arn:aws:eks:.
    • getClusterCertificateAuthorityData

      @Stability(Deprecated) @Deprecated @NotNull String getClusterCertificateAuthorityData()
      Deprecated.
      (deprecated) The certificate-authority-data for your cluster.
    • getClusterEndpoint

      @Stability(Deprecated) @Deprecated @NotNull String getClusterEndpoint()
      Deprecated.
      (deprecated) The API Server endpoint URL.
    • getClusterName

      @Stability(Deprecated) @Deprecated @NotNull String getClusterName()
      Deprecated.
      (deprecated) The physical name of the Cluster.
    • getVpc

      @Stability(Deprecated) @Deprecated @NotNull IVpc getVpc()
      Deprecated.
      (deprecated) The VPC in which this Cluster was created.