interface ClusterAttributes
Language | Type name |
---|---|
![]() | aws_cdk.aws_eks.ClusterAttributes |
![]() | software.amazon.awscdk.services.eks.ClusterAttributes |
![]() | Amazon.CDK.AWS.EKS.ClusterAttributes |
![]() | @aws-cdk/aws-eks.ClusterAttributes |
Properties
Name | Type | Description |
---|---|---|
cluster | string | The unique ARN assigned to the service by AWS in the form of arn:aws:eks:. |
cluster | string | The certificate-authority-data for your cluster. |
cluster | string | The API Server endpoint URL. |
cluster | string | The physical name of the Cluster. |
security | Array< ISecurity > | The security groups associated with this cluster. |
vpc | IVpc | The VPC in which this Cluster was created. |
clusterArn
Type:
string
The unique ARN assigned to the service by AWS in the form of arn:aws:eks:.
clusterCertificateAuthorityData
Type:
string
The certificate-authority-data for your cluster.
clusterEndpoint
Type:
string
The API Server endpoint URL.
clusterName
Type:
string
The physical name of the Cluster.
securityGroups
Type:
Array<
ISecurity
>
The security groups associated with this cluster.
vpc
Type:
IVpc
The VPC in which this Cluster was created.