Amazon EKS cluster
aws.eks.cluster MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWS
Amazon EKS cluster
Use MQL in cnspec shell or policy:
aws.eks.clusterMin version: 5.31.0Defaults:
arn version statusRelationships
5 resources · 8 relationships·Click to select, expand fields to see properties.
Fields (19)
| Field | Type | Description |
|---|---|---|
addons | []aws.eks.addon | List of EKS add-ons |
arnrequired | string | ARN of the cluster |
authenticationModerequired | string | Cluster authentication mode |
createdAtrequired | time | Cluster creation timestamp |
deletionProtectionrequired | int | Whether deletion protection is enabled or not |
encryptionConfigrequired | []dict | Encryption configuration for the cluster |
endpointrequired | string | Endpoint of Kubernetes API server |
iamRolerequired | aws.iam.role | IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf |
loggingrequired | dict | Cluster logging configuration |
namerequired | string | Name of the cluster |
networkConfigrequired | dict | Kubernetes network configuration |
nodeGroups | []aws.eks.nodegroup | List of EKS node groups |
platformVersionrequired | string | Amazon EKS cluster version |
regionrequired | string | Region for the cluster |
resourcesVpcConfigrequired | dict | VPC configuration |
statusrequired | string | Cluster status |
supportTyperequired | string | Kubernetes support policy of the cluster. (`STANDARD` support automatically upgrades at the end of standard support. `EXTENDED` automatically enters extended support at the end of standard support) |
tagsrequired | map[string]string | A map of tags associated with the cluster |
versionrequired | string | Kubernetes server version |