Skip to content

allSupportedAwsEksVersions

List of all the AWS EKS versions supported by Rubrik.

Returns

[String!]!

Sample

query {
  allSupportedAwsEksVersions
}
{}
{
  "data": {
    "allSupportedAwsEksVersions": [
      "example-string"
    ]
  }
}