@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:20:04.997Z")
@Deprecated
public interface ClusterAttributes
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; import software.amazon.awscdk.services.eks.legacy.*; SecurityGroup securityGroup; Vpc vpc; ClusterAttributes clusterAttributes = ClusterAttributes.builder() .clusterArn("clusterArn") .clusterCertificateAuthorityData("clusterCertificateAuthorityData") .clusterEndpoint("clusterEndpoint") .clusterName("clusterName") .securityGroups(List.of(securityGroup)) .vpc(vpc) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ClusterAttributes.Builder
Deprecated.
|
static class |
ClusterAttributes.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ClusterAttributes.Builder |
builder()
Deprecated.
|
java.lang.String |
getClusterArn()
Deprecated.
|
java.lang.String |
getClusterCertificateAuthorityData()
Deprecated.
|
java.lang.String |
getClusterEndpoint()
Deprecated.
|
java.lang.String |
getClusterName()
Deprecated.
|
java.util.List<ISecurityGroup> |
getSecurityGroups()
Deprecated.
|
IVpc |
getVpc()
Deprecated.
|
@Deprecated java.lang.String getClusterArn()
@Deprecated java.lang.String getClusterCertificateAuthorityData()
@Deprecated java.lang.String getClusterEndpoint()
@Deprecated java.lang.String getClusterName()
@Deprecated java.util.List<ISecurityGroup> getSecurityGroups()
@Deprecated IVpc getVpc()
@Deprecated static ClusterAttributes.Builder builder()
ClusterAttributes.Builder
of ClusterAttributes