Amazon EKS · Schema
Cluster
Cluster schema from Amazon EKS API
AWSContainer OrchestrationContainersEKSKubernetes
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the cluster. |
| arn | string | The Amazon Resource Name (ARN) of the cluster. |
| createdAt | string | The Unix epoch timestamp at object creation. |
| version | string | The Kubernetes server version for the cluster. |
| endpoint | string | The endpoint for your Kubernetes API server. |
| roleArn | string | The Amazon Resource Name (ARN) of the IAM role. |
| resourcesVpcConfig | object | |
| kubernetesNetworkConfig | object | |
| logging | object | |
| status | string | The current status of the cluster. |
| certificateAuthority | object | |
| platformVersion | string | The platform version of your Amazon EKS cluster. |
| tags | object | Metadata that assists with categorization and organization. |