@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:49.266Z") @Stability(value=Experimental) public interface ClusterAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterAttributes.Builder
A builder for
ClusterAttributes |
static class |
ClusterAttributes.Jsii$Proxy
An implementation for
ClusterAttributes |
| Modifier and Type | Method and Description |
|---|---|
static ClusterAttributes.Builder |
builder() |
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.
|
List<ISecurityGroup> |
getSecurityGroups()
(experimental) The security groups associated with this cluster.
|
IVpc |
getVpc()
(experimental) The VPC in which this Cluster was created.
|
@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 List<ISecurityGroup> getSecurityGroups()
@Stability(value=Experimental) @NotNull IVpc getVpc()
@Stability(value=Experimental) static ClusterAttributes.Builder builder()
ClusterAttributes.Builder of ClusterAttributesCopyright © 2021. All rights reserved.