Amazon Snow Family · JSON Structure

Amazon Snow Family Eks On Device Service Configuration Structure

An object representing the metadata and configuration settings of EKS Anywhere on the Snow Family device.

Type: object Properties: 2
Data MigrationEdge ComputingOffline TransferPhysical Appliance

EKSOnDeviceServiceConfiguration is a JSON Structure definition published by Amazon Snow Family, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

KubernetesVersion EKSAnywhereVersion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-eks-on-device-service-configuration-structure.json",
  "name": "EKSOnDeviceServiceConfiguration",
  "description": "An object representing the metadata and configuration settings of EKS Anywhere on the Snow Family device.",
  "properties": {
    "KubernetesVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The Kubernetes version for EKS Anywhere on the Snow Family device."
        }
      ]
    },
    "EKSAnywhereVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The version of EKS Anywhere on the Snow Family device."
        }
      ]
    }
  }
}