Amazon EKS · Schema

Amazon EKS Cluster

Schema representing an Amazon Elastic Kubernetes Service (EKS) cluster resource.

AWSContainer OrchestrationContainersEKSKubernetes

Properties

Name Type Description
name string The unique name of the EKS cluster.
arn string The Amazon Resource Name (ARN) of the cluster.
version string The Kubernetes server version for the cluster.
endpoint string The endpoint URL for the Kubernetes API server.
roleArn string The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane.
resourcesVpcConfig object The VPC configuration used by the cluster control plane.
kubernetesNetworkConfig object The Kubernetes network configuration for the cluster.
logging object The logging configuration for the cluster.
status string The current status of the cluster.
certificateAuthority object The certificate-authority-data for the cluster.
platformVersion string The platform version of your Amazon EKS cluster.
tags object Metadata tags associated with the cluster.
createdAt string The timestamp when the cluster was created.
View JSON Schema on GitHub