Amazon Snow Family · JSON Structure

Amazon Snow Family Describe Cluster Request Structure

DescribeClusterRequest schema from Amazon Snow Family API

Type: object Properties: 1 Required: 1
Data MigrationEdge ComputingOffline TransferPhysical Appliance

DescribeClusterRequest is a JSON Structure definition published by Amazon Snow Family, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClusterId

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-describe-cluster-request-structure.json",
  "name": "DescribeClusterRequest",
  "description": "DescribeClusterRequest schema from Amazon Snow Family API",
  "properties": {
    "ClusterId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClusterId"
        },
        {
          "description": "The automatically generated ID for a cluster."
        }
      ]
    }
  },
  "required": [
    "ClusterId"
  ]
}