@Deprecated public static final class ClusterAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClusterAttributes
ClusterAttributes
ClusterAttributes.Builder, ClusterAttributes.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.String |
getClusterArn()
Deprecated.
(deprecated) The unique ARN assigned to the service by AWS in the form of arn:aws:eks:.
|
java.lang.String |
getClusterCertificateAuthorityData()
Deprecated.
(deprecated) The certificate-authority-data for your cluster.
|
java.lang.String |
getClusterEndpoint()
Deprecated.
(deprecated) The API Server endpoint URL.
|
java.lang.String |
getClusterName()
Deprecated.
(deprecated) The physical name of the Cluster.
|
java.util.List<ISecurityGroup> |
getSecurityGroups()
Deprecated.
(deprecated) The security groups associated with this cluster.
|
IVpc |
getVpc()
Deprecated.
(deprecated) The VPC in which this Cluster was created.
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getClusterArn()
ClusterAttributes
getClusterArn
in interface ClusterAttributes
public final java.lang.String getClusterCertificateAuthorityData()
ClusterAttributes
getClusterCertificateAuthorityData
in interface ClusterAttributes
public final java.lang.String getClusterEndpoint()
ClusterAttributes
getClusterEndpoint
in interface ClusterAttributes
public final java.lang.String getClusterName()
ClusterAttributes
getClusterName
in interface ClusterAttributes
public final java.util.List<ISecurityGroup> getSecurityGroups()
ClusterAttributes
getSecurityGroups
in interface ClusterAttributes
public final IVpc getVpc()
ClusterAttributes
getVpc
in interface ClusterAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()