@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:49.269Z") @Stability(value=Experimental) public interface ICluster extends software.amazon.jsii.JsiiSerializable, IResource, IConnectable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICluster.Jsii$Default
Internal default implementation for
ICluster. |
static class |
ICluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterArn()
(experimental) The unique ARN assigned to the service by AWS in the form of arn:aws:eks:.
|
String |
getClusterCertificateAuthorityData()
(experimental) The certificate-authority-data for your cluster.
|
String |
getClusterEndpoint()
(experimental) The API Server endpoint URL.
|
String |
getClusterName()
(experimental) The physical name of the Cluster.
|
IVpc |
getVpc()
(experimental) The VPC in which this Cluster was created.
|
getNodegetConnections@Stability(value=Experimental) @NotNull String getClusterArn()
@Stability(value=Experimental) @NotNull String getClusterCertificateAuthorityData()
@Stability(value=Experimental) @NotNull String getClusterEndpoint()
@Stability(value=Experimental) @NotNull String getClusterName()
@Stability(value=Experimental) @NotNull IVpc getVpc()
Copyright © 2021. All rights reserved.