@Internal public static interface ICluster.Jsii$Default extends ICluster, IResource.Jsii$Default, IConnectable.Jsii$Default
ICluster.ICluster.Jsii$Default, ICluster.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default String |
getClusterArn()
(experimental) The unique ARN assigned to the service by AWS in the form of arn:aws:eks:.
|
default String |
getClusterCertificateAuthorityData()
(experimental) The certificate-authority-data for your cluster.
|
default String |
getClusterEndpoint()
(experimental) The API Server endpoint URL.
|
default String |
getClusterName()
(experimental) The physical name of the Cluster.
|
default Connections |
getConnections() |
default ResourceEnvironment |
getEnv()
(experimental) The environment this resource belongs to.
|
default ConstructNode |
getNode()
(experimental) The construct tree node for this construct.
|
default Stack |
getStack()
(experimental) The stack in which this resource is defined.
|
default IVpc |
getVpc()
(experimental) The VPC in which this Cluster was created.
|
@Stability(value=Experimental) @NotNull default ConstructNode getNode()
getNode in interface IResource.Jsii$Default@Stability(value=Experimental) @NotNull default ResourceEnvironment getEnv()
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
getEnv in interface IResourcegetEnv in interface IResource.Jsii$Default@Stability(value=Experimental) @NotNull default Stack getStack()
getStack in interface IResourcegetStack in interface IResource.Jsii$Default@Stability(value=Experimental) @NotNull default Connections getConnections()
getConnections in interface IConnectablegetConnections in interface IConnectable.Jsii$Default@Stability(value=Experimental) @NotNull default String getClusterArn()
getClusterArn in interface ICluster@Stability(value=Experimental) @NotNull default String getClusterCertificateAuthorityData()
getClusterCertificateAuthorityData in interface ICluster@Stability(value=Experimental) @NotNull default String getClusterEndpoint()
getClusterEndpoint in interface ICluster@Stability(value=Experimental) @NotNull default String getClusterName()
getClusterName in interface IClusterCopyright © 2021. All rights reserved.