Amazon Snow Family · Schema

DescribeClusterResult

DescribeClusterResult schema from Amazon Snow Family API

Data MigrationEdge ComputingOffline TransferPhysical Appliance

Properties

Name Type Description
ClusterMetadata object
View JSON Schema on GitHub

JSON Schema

amazon-snow-family-describe-cluster-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-schema/amazon-snow-family-describe-cluster-result-schema.json",
  "title": "DescribeClusterResult",
  "description": "DescribeClusterResult schema from Amazon Snow Family API",
  "type": "object",
  "properties": {
    "ClusterMetadata": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClusterMetadata"
        },
        {
          "description": "Information about a specific cluster, including shipping information, cluster status, and other important metadata."
        }
      ]
    }
  }
}